Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c240 static DecodeStatus DecodeTBLInstruction(MCInst *Inst, unsigned Insn,
3177 static DecodeStatus DecodeTBLInstruction(MCInst *Inst, unsigned Insn, in DecodeTBLInstruction() function
DARMGenDisassemblerTables.inc11580 if (!Check(&S, DecodeTBLInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp269 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/
DARMDisassembler.cpp333 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn,
3603 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn, in DecodeTBLInstruction() function
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td6441 let DecoderMethod = "DecodeTBLInstruction" in {
6499 } // DecoderMethod = "DecodeTBLInstruction"
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td7002 let DecoderMethod = "DecodeTBLInstruction" in {
7061 } // DecoderMethod = "DecodeTBLInstruction"
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc19412 … if (!Check(S, DecodeTBLInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }