Home
last modified time | relevance | path

Searched refs:DecodeModImmInstruction (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/AArch64/
DAArch64Disassembler.c132 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn,
1479 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn, in DecodeModImmInstruction() function
DAArch64GenDisassemblerTables.inc11061 … if (!Check(&S, DecodeModImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp124 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/
DAArch64Disassembler.cpp155 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/
DAArch64Disassembler.cpp158 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/
DAArch64InstrFormats.td6590 let DecoderMethod = "DecodeModImmInstruction";
6720 let DecoderMethod = "DecodeModImmInstruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td7457 let DecoderMethod = "DecodeModImmInstruction";
7587 let DecoderMethod = "DecodeModImmInstruction";
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td7634 let DecoderMethod = "DecodeModImmInstruction";
7764 let DecoderMethod = "DecodeModImmInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc23781 …if (!Check(S, DecodeModImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…