Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c107 static DecodeStatus DecodeMoveImmInstruction(MCInst *Inst, uint32_t insn,
903 static DecodeStatus DecodeMoveImmInstruction(MCInst *Inst, uint32_t insn, in DecodeMoveImmInstruction() function
DAArch64GenDisassemblerTables.inc11592 …if (!Check(&S, DecodeMoveImmInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp101 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/
DAArch64Disassembler.cpp133 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/
DAArch64InstrFormats.td1575 let DecoderMethod = "DecodeMoveImmInstruction";
1604 let DecoderMethod = "DecodeMoveImmInstruction";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1933 let DecoderMethod = "DecodeMoveImmInstruction";
1962 let DecoderMethod = "DecodeMoveImmInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc21143 …if (!Check(S, DecodeMoveImmInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…