Home
last modified time | relevance | path

Searched refs:DecodeLDR (Results 1 – 7 of 7) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c365 static DecodeStatus DecodeLDR(MCInst *Inst, unsigned Val,
5061 static DecodeStatus DecodeLDR(MCInst *Inst, unsigned Val, in DecodeLDR() function
DARMGenDisassemblerTables.inc10492 if (!Check(&S, DecodeLDR(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp396 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/
DARMDisassembler.cpp405 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/
DARMInstrInfo.td2887 let DecoderMethod = "DecodeLDR";
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2777 let DecoderMethod = "DecodeLDR";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc11788 if (!Check(S, DecodeLDR(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }