Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c136 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn,
1546 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn, in DecodeAdrInstruction() function
DAArch64GenDisassemblerTables.inc11583 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-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp160 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/
DAArch64InstrFormats.td1539 let DecoderMethod = "DecodeAdrInstruction";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1897 let DecoderMethod = "DecodeAdrInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc21134 … if (!Check(S, DecodeAdrInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }