Home
last modified time | relevance | path

Searched refs:DecodeSWAP (Results 1 – 6 of 6) sorted by relevance

/external/capstone/arch/Sparc/
DSparcDisassembler.c196 static DecodeStatus DecodeSWAP(MCInst *Inst, unsigned insn, uint64_t Address,
440 static DecodeStatus DecodeSWAP(MCInst *MI, unsigned insn, uint64_t Address, in DecodeSWAP() function
DSparcGenDisassemblerTables.inc1904 if (DecodeSWAP(MI, insn, Address, Decoder) == MCDisassembler_Fail) return MCDisassembler_Fail; \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp314 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/
DSparcDisassembler.cpp312 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/
DSparcInstrInfo.td625 let Constraints = "$val = $dst", DecoderMethod = "DecodeSWAP" in {
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td621 let Constraints = "$val = $dst", DecoderMethod = "DecodeSWAP" in {