Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td185 let DecoderMethod = "DecodeThumbAddrModeRR";
198 let DecoderMethod = "DecodeThumbAddrModeRR";
214 let DecoderMethod = "DecodeThumbAddrModeRR";
221 let DecoderMethod = "DecodeThumbAddrModeRR";
229 let DecoderMethod = "DecodeThumbAddrModeRR";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb.td189 let DecoderMethod = "DecodeThumbAddrModeRR";
202 let DecoderMethod = "DecodeThumbAddrModeRR";
218 let DecoderMethod = "DecodeThumbAddrModeRR";
225 let DecoderMethod = "DecodeThumbAddrModeRR";
233 let DecoderMethod = "DecodeThumbAddrModeRR";
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td177 let DecoderMethod = "DecodeThumbAddrModeRR";
193 let DecoderMethod = "DecodeThumbAddrModeRR";
200 let DecoderMethod = "DecodeThumbAddrModeRR";
208 let DecoderMethod = "DecodeThumbAddrModeRR";
/external/capstone/arch/ARM/
DARMDisassembler.c300 static DecodeStatus DecodeThumbAddrModeRR(MCInst *Inst, unsigned Val,
3260 static DecodeStatus DecodeThumbAddrModeRR(MCInst *Inst, unsigned Val, in DecodeThumbAddrModeRR() function
DARMGenDisassemblerTables.inc12392 if (!Check(&S, DecodeThumbAddrModeRR(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp331 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
3281 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp405 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
3687 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp410 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
3708 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR() function
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20228 … if (!Check(S, DecodeThumbAddrModeRR(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }