Searched refs:DecodeMoveImmInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 107 static DecodeStatus DecodeMoveImmInstruction(MCInst *Inst, uint32_t insn, 903 static DecodeStatus DecodeMoveImmInstruction(MCInst *Inst, uint32_t insn, in DecodeMoveImmInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11592 …if (!Check(&S, DecodeMoveImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 101 static DecodeStatus DecodeMoveImmInstruction(llvm::MCInst &Inst, uint32_t insn, 802 static DecodeStatus DecodeMoveImmInstruction(llvm::MCInst &Inst, uint32_t insn, in DecodeMoveImmInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 133 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn, 987 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn, in DecodeMoveImmInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1575 let DecoderMethod = "DecodeMoveImmInstruction"; 1604 let DecoderMethod = "DecodeMoveImmInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1933 let DecoderMethod = "DecodeMoveImmInstruction"; 1962 let DecoderMethod = "DecodeMoveImmInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 21143 …if (!Check(S, DecodeMoveImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…
|