Lines Matching defs:DecodeStatus
24 typedef MCDisassembler::DecodeStatus DecodeStatus;
34 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
81 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
96 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
102 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
108 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
114 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
120 static DecodeStatus
126 static DecodeStatus
132 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
138 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
144 static DecodeStatus DecodeFP128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
150 static DecodeStatus DecodeVR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
156 static DecodeStatus DecodeVR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
162 static DecodeStatus DecodeVR128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
168 static DecodeStatus DecodeAR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
174 static DecodeStatus DecodeCR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
181 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) {
189 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) {
196 static DecodeStatus decodeU1ImmOperand(MCInst &Inst, uint64_t Imm,
202 static DecodeStatus decodeU2ImmOperand(MCInst &Inst, uint64_t Imm,
208 static DecodeStatus decodeU3ImmOperand(MCInst &Inst, uint64_t Imm,
214 static DecodeStatus decodeU4ImmOperand(MCInst &Inst, uint64_t Imm,
220 static DecodeStatus decodeU8ImmOperand(MCInst &Inst, uint64_t Imm,
226 static DecodeStatus decodeU12ImmOperand(MCInst &Inst, uint64_t Imm,
232 static DecodeStatus decodeU16ImmOperand(MCInst &Inst, uint64_t Imm,
238 static DecodeStatus decodeU32ImmOperand(MCInst &Inst, uint64_t Imm,
244 static DecodeStatus decodeS8ImmOperand(MCInst &Inst, uint64_t Imm,
250 static DecodeStatus decodeS16ImmOperand(MCInst &Inst, uint64_t Imm,
256 static DecodeStatus decodeS20ImmOperand(MCInst &Inst, uint64_t Imm,
262 static DecodeStatus decodeS32ImmOperand(MCInst &Inst, uint64_t Imm,
269 static DecodeStatus decodeLenOperand(MCInst &Inst, uint64_t Imm,
279 static DecodeStatus decodePCDBLOperand(MCInst &Inst, uint64_t Imm,
292 static DecodeStatus decodePC12DBLBranchOperand(MCInst &Inst, uint64_t Imm,
298 static DecodeStatus decodePC16DBLBranchOperand(MCInst &Inst, uint64_t Imm,
304 static DecodeStatus decodePC24DBLBranchOperand(MCInst &Inst, uint64_t Imm,
310 static DecodeStatus decodePC32DBLBranchOperand(MCInst &Inst, uint64_t Imm,
316 static DecodeStatus decodePC32DBLOperand(MCInst &Inst, uint64_t Imm,
324 DecodeStatus SystemZDisassembler::getInstruction(MCInst &MI, uint64_t &Size,