Home
last modified time | relevance | path

Searched refs:DecodeAdrInstruction (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/AArch64/
DAArch64Disassembler.c138 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn,
1538 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn, in DecodeAdrInstruction() function
DAArch64GenDisassemblerTables.inc11575 if (!Check(&S, DecodeAdrInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp130 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/
DAArch64Disassembler.cpp161 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/
DAArch64Disassembler.cpp164 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/
DAArch64InstrFormats.td1539 let DecoderMethod = "DecodeAdrInstruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2088 let DecoderMethod = "DecodeAdrInstruction";
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2224 let DecoderMethod = "DecodeAdrInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc24341 … if (!Check(S, DecodeAdrInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }