Searched refs:DecodeSWAP (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/Sparc/ |
D | SparcDisassembler.c | 196 static DecodeStatus DecodeSWAP(MCInst *Inst, unsigned insn, uint64_t Address, 440 static DecodeStatus DecodeSWAP(MCInst *MI, unsigned insn, uint64_t Address, in DecodeSWAP() function
|
D | SparcGenDisassemblerTables.inc | 1904 if (DecodeSWAP(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 314 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address, 599 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP() function
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 312 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address, 597 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 625 let Constraints = "$val = $dst", DecoderMethod = "DecodeSWAP" in {
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 621 let Constraints = "$val = $dst", DecoderMethod = "DecodeSWAP" in {
|