Searched refs:DecodeAdrInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 138 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn, 1538 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn, in DecodeAdrInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11575 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-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 161 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn, 1649 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn, in DecodeAdrInstruction() function
|
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 164 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn, 1685 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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2088 let DecoderMethod = "DecodeAdrInstruction";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2224 let DecoderMethod = "DecodeAdrInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 24341 … if (!Check(S, DecodeAdrInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|