Searched refs:DecodeT2Adr (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 358 static DecodeStatus DecodeT2Adr(MCInst *Inst, uint32_t Val, 5025 static DecodeStatus DecodeT2Adr(MCInst *Inst, uint32_t Insn, in DecodeT2Adr() function
|
D | ARMGenDisassemblerTables.inc | 12808 if (!Check(&S, DecodeT2Adr(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 389 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val, 5070 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, in DecodeT2Adr() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 482 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val, 5620 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, in DecodeT2Adr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 477 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val, 5597 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, in DecodeT2Adr() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1244 let DecoderMethod = "DecodeT2Adr";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1414 let DecoderMethod = "DecodeT2Adr";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1415 let DecoderMethod = "DecodeT2Adr";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20670 if (!Check(S, DecodeT2Adr(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|