Searched refs:DecodeT2LoadShift (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 310 static DecodeStatus DecodeT2LoadShift(MCInst *Inst, unsigned Val, 3340 static DecodeStatus DecodeT2LoadShift(MCInst *Inst, unsigned Insn, in DecodeT2LoadShift() function
|
D | ARMGenDisassemblerTables.inc | 12979 if (!Check(&S, DecodeT2LoadShift(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 341 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val, 3356 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 420 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val, 3784 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 415 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val, 3763 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1034 let DecoderMethod = "DecodeT2LoadShift"; 1672 let DecoderMethod = "DecodeT2LoadShift";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1230 let DecoderMethod = "DecodeT2LoadShift"; 1866 let DecoderMethod = "DecodeT2LoadShift";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1231 let DecoderMethod = "DecodeT2LoadShift"; 1869 let DecoderMethod = "DecodeT2LoadShift";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20892 if (!Check(S, DecodeT2LoadShift(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|