Searched refs:DecodeT2BInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 204 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn, 2218 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn, in DecodeT2BInstruction() function
|
D | ARMGenDisassemblerTables.inc | 12851 if (!Check(&S, DecodeT2BInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 231 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn, 2260 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, in DecodeT2BInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 237 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn, 2259 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, in DecodeT2BInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3523 let DecoderMethod = "DecodeT2BInstruction";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3541 let DecoderMethod = "DecodeT2BInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 14176 … if (!Check(S, DecodeT2BInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|