Lines Matching defs:DecodeStatus
28 typedef MCDisassembler::DecodeStatus DecodeStatus;
36 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
56 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo,
65 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo,
74 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo,
83 static DecodeStatus DecodeCFRRegisterClass(MCInst &Inst, uint64_t RegNo,
92 static DecodeStatus DecodeFCSRRegisterClass(MCInst &Inst, uint64_t RegNo,
101 static DecodeStatus DecodeLSX128RegisterClass(MCInst &Inst, uint64_t RegNo,
110 static DecodeStatus DecodeLASX256RegisterClass(MCInst &Inst, uint64_t RegNo,
119 static DecodeStatus DecodeSCRRegisterClass(MCInst &Inst, uint64_t RegNo,
129 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm,
138 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm,
150 DecodeStatus LoongArchDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
155 DecodeStatus Result;