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

Lines Matching defs:DecodeStatus

24 typedef MCDisassembler::DecodeStatus DecodeStatus;
35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
63 static DecodeStatus DecodePCRel24BranchTarget(MCInst &Inst, unsigned Imm,
75 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
82 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
88 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo,
94 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo,
100 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
106 static DecodeStatus DecodeVFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
112 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
118 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo,
124 static DecodeStatus DecodeVSFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
130 static DecodeStatus DecodeVSSRCRegisterClass(MCInst &Inst, uint64_t RegNo,
136 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo,
142 static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst &Inst, uint64_t RegNo,
148 static DecodeStatus DecodeG8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
154 static DecodeStatus DecodeG8RC_NOX0RegisterClass(MCInst &Inst, uint64_t RegNo,
163 static DecodeStatus DecodeQFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
169 static DecodeStatus DecodeSPERCRegisterClass(MCInst &Inst, uint64_t RegNo,
179 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,
187 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm,
194 static DecodeStatus decodeMemRIOperands(MCInst &Inst, uint64_t Imm,
229 static DecodeStatus decodeMemRIXOperands(MCInst &Inst, uint64_t Imm,
250 static DecodeStatus decodeMemRIX16Operands(MCInst &Inst, uint64_t Imm,
265 static DecodeStatus decodeSPE8Operands(MCInst &Inst, uint64_t Imm,
280 static DecodeStatus decodeSPE4Operands(MCInst &Inst, uint64_t Imm,
295 static DecodeStatus decodeSPE2Operands(MCInst &Inst, uint64_t Imm,
310 static DecodeStatus decodeCRBitMOperand(MCInst &Inst, uint64_t Imm,
323 DecodeStatus PPCDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
339 DecodeStatus result =
344 DecodeStatus result =