Lines Matching refs:MCInst

20 #include "llvm/MC/MCInst.h"
40 virtual DecodeStatus getInstruction(MCInst &instr,
89 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
94 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
99 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
102 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
105 static DecodeStatus Decode2RInstruction(MCInst &Inst,
110 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
115 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
120 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
125 static DecodeStatus DecodeRUSInstruction(MCInst &Inst,
130 static DecodeStatus DecodeRUSBitpInstruction(MCInst &Inst,
135 static DecodeStatus DecodeRUSSrcDstBitpInstruction(MCInst &Inst,
140 static DecodeStatus DecodeL2RInstruction(MCInst &Inst,
145 static DecodeStatus DecodeLR2RInstruction(MCInst &Inst,
150 static DecodeStatus Decode3RInstruction(MCInst &Inst,
155 static DecodeStatus Decode3RImmInstruction(MCInst &Inst,
160 static DecodeStatus Decode2RUSInstruction(MCInst &Inst,
165 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst,
170 static DecodeStatus DecodeL3RInstruction(MCInst &Inst,
175 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst,
180 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst,
185 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst,
190 static DecodeStatus DecodeL6RInstruction(MCInst &Inst,
195 static DecodeStatus DecodeL5RInstruction(MCInst &Inst,
200 static DecodeStatus DecodeL4RSrcDstInstruction(MCInst &Inst,
205 static DecodeStatus DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst,
212 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
224 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
236 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
247 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
288 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address,
358 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
371 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
384 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
397 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
411 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
424 DecodeRUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
437 DecodeRUSSrcDstBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
451 DecodeL2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address,
522 DecodeL2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
536 DecodeLR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
550 Decode3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
563 Decode3RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
576 Decode2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
589 Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
602 DecodeL3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
616 DecodeL3RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
631 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
645 DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
659 DecodeL6RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
679 DecodeL5RInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address,
693 DecodeL5RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
713 DecodeL4RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
732 DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
752 XCoreDisassembler::getInstruction(MCInst &instr,