Searched refs:DecodeLDR (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 365 static DecodeStatus DecodeLDR(MCInst *Inst, unsigned Val, 5061 static DecodeStatus DecodeLDR(MCInst *Inst, unsigned Val, in DecodeLDR() function
|
D | ARMGenDisassemblerTables.inc | 10492 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 405 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, 5265 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, in DecodeLDR() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2887 let DecoderMethod = "DecodeLDR";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2777 let DecoderMethod = "DecodeLDR";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 11788 if (!Check(S, DecodeLDR(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|