Searched refs:DecodeThumbAddSPImm (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 396 let DecoderMethod = "DecodeThumbAddSPImm"; 407 let DecoderMethod = "DecodeThumbAddSPImm";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 425 let DecoderMethod = "DecodeThumbAddSPImm"; 436 let DecoderMethod = "DecodeThumbAddSPImm";
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 330 static DecodeStatus DecodeThumbAddSPImm(MCInst *Inst, uint16_t Val, 3868 static DecodeStatus DecodeThumbAddSPImm(MCInst *Inst, uint16_t Insn, in DecodeThumbAddSPImm() function
|
D | ARMGenDisassemblerTables.inc | 12410 …if (!Check(&S, DecodeThumbAddSPImm(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_F…
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 361 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val, 3884 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPImm() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 449 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val, 4373 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPImm() function
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20246 if (!Check(S, DecodeThumbAddSPImm(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|