Searched refs:DecodeT2BInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 202 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn, 2225 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn, in DecodeT2BInstruction() function
|
D | ARMGenDisassemblerTables.inc | 12939 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/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 296 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn, 2633 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, in DecodeT2BInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 291 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn, 2612 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, in DecodeT2BInstruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3541 let DecoderMethod = "DecodeT2BInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3765 let DecoderMethod = "DecodeT2BInstruction";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3834 let DecoderMethod = "DecodeT2BInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20852 … if (!Check(S, DecodeT2BInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|