Searched refs:DecodeJMPL (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/Sparc/ |
D | SparcDisassembler.c | 192 static DecodeStatus DecodeJMPL(MCInst *Inst, unsigned insn, uint64_t Address, 373 static DecodeStatus DecodeJMPL(MCInst *MI, unsigned insn, uint64_t Address, in DecodeJMPL() function
|
D | SparcGenDisassemblerTables.inc | 1876 if (DecodeJMPL(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 310 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address, 537 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL() function
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 308 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address, 535 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 932 DecoderMethod = "DecodeJMPL" in {
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 928 DecoderMethod = "DecodeJMPL" in {
|