Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:DecodeStatus

22 typedef MCDisassembler::DecodeStatus DecodeStatus;
33 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
208 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
215 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
221 static DecodeStatus DecodeCRRC0RegisterClass(MCInst &Inst, uint64_t RegNo,
227 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo,
233 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo,
239 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
245 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
251 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo,
257 static DecodeStatus DecodeVSFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
263 static DecodeStatus DecodeVSSRCRegisterClass(MCInst &Inst, uint64_t RegNo,
269 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo,
275 static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst &Inst, uint64_t RegNo,
281 static DecodeStatus DecodeG8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
290 static DecodeStatus DecodeQFRCRegisterClass(MCInst &Inst, uint64_t RegNo,
300 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,
308 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm,
315 static DecodeStatus decodeMemRIOperands(MCInst &Inst, uint64_t Imm,
350 static DecodeStatus decodeMemRIXOperands(MCInst &Inst, uint64_t Imm,
371 static DecodeStatus decodeMemRIX16Operands(MCInst &Inst, uint64_t Imm,
386 static DecodeStatus decodeCRBitMOperand(MCInst &Inst, uint64_t Imm,
399 DecodeStatus PPCDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
415 DecodeStatus result =