Searched refs:DecodeThumbAddSPReg (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 430 let DecoderMethod = "DecodeThumbAddSPReg"; 442 let DecoderMethod = "DecodeThumbAddSPReg";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 459 let DecoderMethod = "DecodeThumbAddSPReg"; 471 let DecoderMethod = "DecodeThumbAddSPReg";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 463 let DecoderMethod = "DecodeThumbAddSPReg"; 475 let DecoderMethod = "DecodeThumbAddSPReg";
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 332 static DecodeStatus DecodeThumbAddSPReg(MCInst *Inst, uint16_t Insn, 3880 static DecodeStatus DecodeThumbAddSPReg(MCInst *Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
|
D | ARMGenDisassemblerTables.inc | 12356 …if (!Check(&S, DecodeThumbAddSPReg(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_F…
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 363 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, 3895 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 456 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, 4405 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 451 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, 4384 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20188 if (!Check(S, DecodeThumbAddSPReg(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|