Searched refs:DecodeAdrInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 136 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn, 1546 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn, in DecodeAdrInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11583 if (!Check(&S, DecodeAdrInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 130 static DecodeStatus DecodeAdrInstruction(llvm::MCInst &Inst, uint32_t insn, 1438 static DecodeStatus DecodeAdrInstruction(llvm::MCInst &Inst, uint32_t insn, in DecodeAdrInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 160 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn, 1636 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn, in DecodeAdrInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1539 let DecoderMethod = "DecodeAdrInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1897 let DecoderMethod = "DecodeAdrInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 21134 … if (!Check(S, DecodeAdrInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|