Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c204 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn,
2218 static DecodeStatus DecodeT2BInstruction(MCInst *Inst, unsigned Insn, in DecodeT2BInstruction() function
DARMGenDisassemblerTables.inc12851 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp237 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/
DARMInstrThumb2.td3523 let DecoderMethod = "DecodeT2BInstruction";
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td3541 let DecoderMethod = "DecodeT2BInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14176 … if (!Check(S, DecodeT2BInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }