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

Lines Matching refs:MCInst

13 #include "llvm/MC/MCInst.h"
35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
63 static DecodeStatus decodeCondBrTarget(MCInst &Inst, unsigned Imm,
70 static DecodeStatus decodeDirectBrTarget(MCInst &Inst, unsigned Imm,
82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
89 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
95 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo,
101 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo,
107 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
113 static DecodeStatus DecodeVFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
119 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
125 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo,
131 static DecodeStatus DecodeVSFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
137 static DecodeStatus DecodeVSSRCRegisterClass(MCInst &Inst, uint64_t RegNo,
143 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo,
149 static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst &Inst, uint64_t RegNo,
155 static DecodeStatus DecodeG8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
161 static DecodeStatus DecodeG8RC_NOX0RegisterClass(MCInst &Inst, uint64_t RegNo,
170 static DecodeStatus DecodeQFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
176 static DecodeStatus DecodeSPERCRegisterClass(MCInst &Inst, uint64_t RegNo,
186 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,
194 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm,
201 static DecodeStatus decodeImmZeroOperand(MCInst &Inst, uint64_t Imm,
209 static DecodeStatus decodeMemRIOperands(MCInst &Inst, uint64_t Imm,
244 static DecodeStatus decodeMemRIXOperands(MCInst &Inst, uint64_t Imm,
265 static DecodeStatus decodeMemRIX16Operands(MCInst &Inst, uint64_t Imm,
280 static DecodeStatus decodeMemRI34PCRelOperands(MCInst &Inst, uint64_t Imm,
294 static DecodeStatus decodeMemRI34Operands(MCInst &Inst, uint64_t Imm,
309 static DecodeStatus decodeSPE8Operands(MCInst &Inst, uint64_t Imm,
324 static DecodeStatus decodeSPE4Operands(MCInst &Inst, uint64_t Imm,
339 static DecodeStatus decodeSPE2Operands(MCInst &Inst, uint64_t Imm,
354 static DecodeStatus decodeCRBitMOperand(MCInst &Inst, uint64_t Imm,
367 DecodeStatus PPCDisassembler::getInstruction(MCInst &MI, uint64_t &Size,