Searched refs:DecodeThumbAddSpecialReg (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 378 let DecoderMethod = "DecodeThumbAddSpecialReg"; 1297 let DecoderMethod = "DecodeThumbAddSpecialReg";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 407 let DecoderMethod = "DecodeThumbAddSpecialReg"; 1467 let DecoderMethod = "DecodeThumbAddSpecialReg";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 411 let DecoderMethod = "DecodeThumbAddSpecialReg"; 1479 let DecoderMethod = "DecodeThumbAddSpecialReg";
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 292 static DecodeStatus DecodeThumbAddSpecialReg(MCInst *Inst, uint16_t Insn, 3214 static DecodeStatus DecodeThumbAddSpecialReg(MCInst *Inst, uint16_t Insn, in DecodeThumbAddSpecialReg() function
|
D | ARMGenDisassemblerTables.inc | 12407 …if (!Check(&S, DecodeThumbAddSpecialReg(MI, (uint16_t)insn, Address, Decoder))) return MCDisassemb…
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 323 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, 3233 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSpecialReg() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 402 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, 3660 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSpecialReg() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 397 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, 3639 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSpecialReg() function
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20243 …if (!Check(S, DecodeThumbAddSpecialReg(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…
|