• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/

Lines Matching refs:MCInst

20 #include "llvm/MC/MCInst.h"
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
75 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
80 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
85 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
88 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
91 static DecodeStatus Decode2RInstruction(MCInst &Inst,
96 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
101 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
106 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
111 static DecodeStatus DecodeRUSInstruction(MCInst &Inst,
116 static DecodeStatus DecodeRUSBitpInstruction(MCInst &Inst,
121 static DecodeStatus DecodeRUSSrcDstBitpInstruction(MCInst &Inst,
126 static DecodeStatus DecodeL2RInstruction(MCInst &Inst,
131 static DecodeStatus DecodeLR2RInstruction(MCInst &Inst,
136 static DecodeStatus Decode3RInstruction(MCInst &Inst,
141 static DecodeStatus Decode3RImmInstruction(MCInst &Inst,
146 static DecodeStatus Decode2RUSInstruction(MCInst &Inst,
151 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst,
156 static DecodeStatus DecodeL3RInstruction(MCInst &Inst,
161 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst,
166 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst,
171 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst,
176 static DecodeStatus DecodeL6RInstruction(MCInst &Inst,
181 static DecodeStatus DecodeL5RInstruction(MCInst &Inst,
186 static DecodeStatus DecodeL4RSrcDstInstruction(MCInst &Inst,
191 static DecodeStatus DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst,
198 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
210 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
222 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
233 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
274 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address,
344 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
357 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
370 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
383 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
397 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
410 DecodeRUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
423 DecodeRUSSrcDstBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
437 DecodeL2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address,
508 DecodeL2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
522 DecodeLR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
536 Decode3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
549 Decode3RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
562 Decode2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
575 Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
588 DecodeL3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
602 DecodeL3RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
617 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
631 DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
645 DecodeL6RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
665 DecodeL5RInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address,
679 DecodeL5RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
699 DecodeL4RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
718 DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address,
738 XCoreDisassembler::getInstruction(MCInst &instr, uint64_t &Size,