Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c130 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn,
1487 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn, in DecodeModImmInstruction() function
DAArch64GenDisassemblerTables.inc11069 … 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-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp154 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/
DAArch64InstrFormats.td6590 let DecoderMethod = "DecodeModImmInstruction";
6720 let DecoderMethod = "DecodeModImmInstruction";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td7042 let DecoderMethod = "DecodeModImmInstruction";
7172 let DecoderMethod = "DecodeModImmInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc20602 …if (!Check(S, DecodeModImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail;…