Searched refs:DecodeT2LoadT (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 316 static DecodeStatus DecodeT2LoadT(MCInst *Inst, unsigned Insn, 3536 static DecodeStatus DecodeT2LoadT(MCInst *Inst, unsigned Insn, in DecodeT2LoadT() function
|
D | ARMGenDisassemblerTables.inc | 12897 if (!Check(&S, DecodeT2LoadT(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 356 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, 3603 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, in DecodeT2LoadT() function
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 347 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, 3602 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, in DecodeT2LoadT() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1395 let DecoderMethod = "DecodeT2LoadT";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1404 let DecoderMethod = "DecodeT2LoadT";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 14222 if (!Check(S, DecodeT2LoadT(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|