Searched refs:DecodeThumbAddSpecialReg (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb.td | 324 let DecoderMethod = "DecodeThumbAddSpecialReg"; 1225 let DecoderMethod = "DecodeThumbAddSpecialReg";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 378 let DecoderMethod = "DecodeThumbAddSpecialReg"; 1297 let DecoderMethod = "DecodeThumbAddSpecialReg";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 395 let DecoderMethod = "DecodeThumbAddSpecialReg"; 1425 let DecoderMethod = "DecodeThumbAddSpecialReg";
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 292 static DecodeStatus DecodeThumbAddSpecialReg(MCInst *Inst, uint16_t Insn, 3207 static DecodeStatus DecodeThumbAddSpecialReg(MCInst *Inst, uint16_t Insn, in DecodeThumbAddSpecialReg() function
|
D | ARMGenDisassemblerTables.inc | 12339 …if (!Check(&S, DecodeThumbAddSpecialReg(MI, (uint16_t)insn, Address, Decoder))) return MCDisassemb…
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 253 static DecodeStatus DecodeThumbAddSpecialReg(llvm::MCInst &Inst, uint16_t Insn, 2736 static DecodeStatus DecodeThumbAddSpecialReg(llvm::MCInst &Inst, uint16_t Insn, in DecodeThumbAddSpecialReg() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 332 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, 3232 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSpecialReg() function
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 13650 …if (!Check(S, DecodeThumbAddSpecialReg(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…
|