Searched refs:DecodeLDR (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 365 static DecodeStatus DecodeLDR(MCInst *Inst, unsigned Val, 5147 static DecodeStatus DecodeLDR(MCInst *Inst, unsigned Val, in DecodeLDR() function
|
D | ARMGenDisassemblerTables.inc | 10560 if (!Check(&S, DecodeLDR(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 396 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, 5241 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, in DecodeLDR() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 489 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, 5835 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, in DecodeLDR() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 484 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, 5812 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, in DecodeLDR() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2777 let DecoderMethod = "DecodeLDR";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3057 let DecoderMethod = "DecodeLDR";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2934 let DecoderMethod = "DecodeLDR";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 17203 if (!Check(S, DecodeLDR(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|