Searched refs:DecodeSwap (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 286 static DecodeStatus DecodeSwap(MCInst *Inst, unsigned Insn, 5055 static DecodeStatus DecodeSwap(MCInst *Inst, unsigned Insn, in DecodeSwap() function
|
D | ARMGenDisassemblerTables.inc | 10267 if (!Check(&S, DecodeSwap(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 315 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, 5096 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, in DecodeSwap() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 389 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, 5657 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, in DecodeSwap() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 384 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, 5634 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, in DecodeSwap() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 600 let DecoderMethod = "DecodeSwap";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 724 let DecoderMethod = "DecodeSwap";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 718 let DecoderMethod = "DecodeSwap";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 16916 if (!Check(S, DecodeSwap(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|