Searched refs:DecodeModImmInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 132 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn, 1479 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn, in DecodeModImmInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11061 … if (!Check(&S, DecodeModImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 124 static DecodeStatus DecodeModImmInstruction(llvm::MCInst &Inst, uint32_t insn, 1381 static DecodeStatus DecodeModImmInstruction(llvm::MCInst &Inst, uint32_t insn, in DecodeModImmInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 155 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn, 1592 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmInstruction() function
|
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 158 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn, 1628 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 6590 let DecoderMethod = "DecodeModImmInstruction"; 6720 let DecoderMethod = "DecodeModImmInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7457 let DecoderMethod = "DecodeModImmInstruction"; 7587 let DecoderMethod = "DecodeModImmInstruction";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7634 let DecoderMethod = "DecodeModImmInstruction"; 7764 let DecoderMethod = "DecodeModImmInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 23781 …if (!Check(S, DecodeModImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…
|