Searched refs:DecodeTBLInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 240 static DecodeStatus DecodeTBLInstruction(MCInst *Inst, unsigned Insn, 3177 static DecodeStatus DecodeTBLInstruction(MCInst *Inst, unsigned Insn, in DecodeTBLInstruction() function
|
D | ARMGenDisassemblerTables.inc | 11580 if (!Check(&S, DecodeTBLInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 269 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn, 3197 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn, in DecodeTBLInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 333 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn, 3603 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn, in DecodeTBLInstruction() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 6441 let DecoderMethod = "DecodeTBLInstruction" in { 6499 } // DecoderMethod = "DecodeTBLInstruction"
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 7002 let DecoderMethod = "DecodeTBLInstruction" in { 7061 } // DecoderMethod = "DecodeTBLInstruction"
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 19412 … if (!Check(S, DecodeTBLInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|