Searched refs:DecodePairLdStInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 121 static DecodeStatus DecodePairLdStInstruction(MCInst *Inst, uint32_t insn, 1265 static DecodeStatus DecodePairLdStInstruction(MCInst *Inst, uint32_t insn, in DecodePairLdStInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 9628 …if (!Check(&S, DecodePairLdStInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail;…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 115 static DecodeStatus DecodePairLdStInstruction(llvm::MCInst &Inst, uint32_t insn, 1164 static DecodeStatus DecodePairLdStInstruction(llvm::MCInst &Inst, uint32_t insn, in DecodePairLdStInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 145 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, 1362 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, in DecodePairLdStInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3216 let DecoderMethod = "DecodePairLdStInstruction"; 3265 let DecoderMethod = "DecodePairLdStInstruction"; 3306 let DecoderMethod = "DecodePairLdStInstruction"; 3347 let DecoderMethod = "DecodePairLdStInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3647 let DecoderMethod = "DecodePairLdStInstruction"; 3696 let DecoderMethod = "DecodePairLdStInstruction"; 3737 let DecoderMethod = "DecodePairLdStInstruction"; 3778 let DecoderMethod = "DecodePairLdStInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 19031 …if (!Check(S, DecodePairLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…
|