Searched refs:DecodeModImmTiedInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 133 static DecodeStatus DecodeModImmTiedInstruction(MCInst *Inst, 1527 static DecodeStatus DecodeModImmTiedInstruction(MCInst *Inst, in DecodeModImmTiedInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11096 …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-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 157 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, 1618 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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 7054 let DecoderMethod = "DecodeModImmTiedInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 20629 …if (!Check(S, DecodeModImmTiedInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::F…
|