Searched refs:DecodeT2LoadT (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 316 static DecodeStatus DecodeT2LoadT(MCInst *Inst, unsigned Insn, 3582 static DecodeStatus DecodeT2LoadT(MCInst *Inst, unsigned Insn, in DecodeT2LoadT() function
|
D | ARMGenDisassemblerTables.inc | 12985 if (!Check(&S, DecodeT2LoadT(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/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/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 426 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, 4031 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, in DecodeT2LoadT() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 421 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, 4010 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, in DecodeT2LoadT() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1404 let DecoderMethod = "DecodeT2LoadT";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1583 let DecoderMethod = "DecodeT2LoadT";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1585 let DecoderMethod = "DecodeT2LoadT";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20898 if (!Check(S, DecodeT2LoadT(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|