Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:DecodeStatus

22 typedef MCDisassembler::DecodeStatus DecodeStatus;
32 virtual DecodeStatus getInstruction(MCInst &instr,
172 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
179 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
185 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo,
191 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo,
197 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
203 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
209 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo,
215 static DecodeStatus DecodeVSFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
221 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo,
227 static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst &Inst, uint64_t RegNo,
233 static DecodeStatus DecodeG8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
243 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,
251 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm,
258 static DecodeStatus decodeMemRIOperands(MCInst &Inst, uint64_t Imm,
293 static DecodeStatus decodeMemRIXOperands(MCInst &Inst, uint64_t Imm,
314 static DecodeStatus decodeCRBitMOperand(MCInst &Inst, uint64_t Imm,
327 DecodeStatus PPCDisassembler::getInstruction(MCInst &MI, uint64_t &Size,