Searched refs:DecodeModImmInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 130 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn, 1487 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn, in DecodeModImmInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11069 … 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-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 154 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn, 1579 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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7042 let DecoderMethod = "DecodeModImmInstruction"; 7172 let DecoderMethod = "DecodeModImmInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 20602 …if (!Check(S, DecodeModImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…
|