Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c138 static DecodeStatus DecodeBaseAddSubImm(MCInst *Inst, uint32_t insn,
1564 static DecodeStatus DecodeBaseAddSubImm(MCInst *Inst, uint32_t insn, in DecodeBaseAddSubImm() function
DAArch64GenDisassemblerTables.inc11586 if (!Check(&S, DecodeBaseAddSubImm(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp132 static DecodeStatus DecodeBaseAddSubImm(llvm::MCInst &Inst, uint32_t insn,
1457 static DecodeStatus DecodeBaseAddSubImm(llvm::MCInst &Inst, uint32_t insn, in DecodeBaseAddSubImm() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp162 static DecodeStatus DecodeBaseAddSubImm(MCInst &Inst, uint32_t insn,
1655 static DecodeStatus DecodeBaseAddSubImm(MCInst &Inst, uint32_t insn, in DecodeBaseAddSubImm() function
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1638 let DecoderMethod = "DecodeBaseAddSubImm";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1996 let DecoderMethod = "DecodeBaseAddSubImm";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc21137 if (!Check(S, DecodeBaseAddSubImm(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }