Lines Matching refs:DecodeStatus
30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
58 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
67 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass()
76 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass()
85 static DecodeStatus DecodeCFRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCFRRegisterClass()
94 static DecodeStatus DecodeFCSRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFCSRRegisterClass()
103 static DecodeStatus DecodeLSX128RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeLSX128RegisterClass()
112 static DecodeStatus DecodeLASX256RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeLASX256RegisterClass()
121 static DecodeStatus DecodeSCRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeSCRRegisterClass()
131 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
140 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
152 DecodeStatus LoongArchDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
157 DecodeStatus Result; in getInstruction()