Home
last modified time | relevance | path

Searched refs:DecodeT2BInstruction (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c202 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn,
2225 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn, in DecodeT2BInstruction() function
DARMGenDisassemblerTables.inc12939 if (!Check(&S, DecodeT2BInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp231 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn,
2260 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, in DecodeT2BInstruction() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp296 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/
DARMDisassembler.cpp291 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn,
2612 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, in DecodeT2BInstruction() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td3541 let DecoderMethod = "DecodeT2BInstruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td3765 let DecoderMethod = "DecodeT2BInstruction";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td3834 let DecoderMethod = "DecodeT2BInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20852 … if (!Check(S, DecodeT2BInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }