Searched refs:DecodeBaseAddSubImm (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 138 static DecodeStatus DecodeBaseAddSubImm(MCInst *Inst, uint32_t insn, 1564 static DecodeStatus DecodeBaseAddSubImm(MCInst *Inst, uint32_t insn, in DecodeBaseAddSubImm() function
|
D | AArch64GenDisassemblerTables.inc | 11586 if (!Check(&S, DecodeBaseAddSubImm(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 132 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/ |
D | AArch64Disassembler.cpp | 162 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/ |
D | AArch64InstrFormats.td | 1638 let DecoderMethod = "DecodeBaseAddSubImm";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1996 let DecoderMethod = "DecodeBaseAddSubImm";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 21137 if (!Check(S, DecodeBaseAddSubImm(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|