Home
last modified time | relevance | path

Searched refs:DecodeThumbAddSPReg (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb.td363 let DecoderMethod = "DecodeThumbAddSPReg";
375 let DecoderMethod = "DecodeThumbAddSPReg";
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td430 let DecoderMethod = "DecodeThumbAddSPReg";
442 let DecoderMethod = "DecodeThumbAddSPReg";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb.td447 let DecoderMethod = "DecodeThumbAddSPReg";
459 let DecoderMethod = "DecodeThumbAddSPReg";
/external/capstone/arch/ARM/
DARMDisassembler.c332 static DecodeStatus DecodeThumbAddSPReg(MCInst *Inst, uint16_t Insn,
3829 static DecodeStatus DecodeThumbAddSPReg(MCInst *Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
DARMGenDisassemblerTables.inc12288 …if (!Check(&S, DecodeThumbAddSPReg(MI, (uint16_t)insn, Address, Decoder))) return MCDisassembler_F…
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp285 static DecodeStatus DecodeThumbAddSPReg(llvm::MCInst &Inst, uint16_t Insn,
3036 static DecodeStatus DecodeThumbAddSPReg(llvm::MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp363 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn,
3895 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp372 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn,
3895 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg() function
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc13595 if (!Check(S, DecodeThumbAddSPReg(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }