Searched refs:DecodeModImmTiedInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 135 static DecodeStatus DecodeModImmTiedInstruction(MCInst *Inst, 1519 static DecodeStatus DecodeModImmTiedInstruction(MCInst *Inst, in DecodeModImmTiedInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11088 …if (!Check(&S, DecodeModImmTiedInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fai…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 127 static DecodeStatus DecodeModImmTiedInstruction(llvm::MCInst &Inst, 1420 static DecodeStatus DecodeModImmTiedInstruction(llvm::MCInst &Inst, in DecodeModImmTiedInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 158 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, 1631 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmTiedInstruction() function
|
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 161 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, 1667 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmTiedInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 6602 let DecoderMethod = "DecodeModImmTiedInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7469 let DecoderMethod = "DecodeModImmTiedInstruction";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7646 let DecoderMethod = "DecodeModImmTiedInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 23808 …if (!Check(S, DecodeModImmTiedInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::F…
|