Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:DecodeStatus

21 typedef MCDisassembler::DecodeStatus DecodeStatus;
30 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
49 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
59 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
65 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
71 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
77 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
83 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
89 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
95 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
101 static DecodeStatus DecodeFP128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
107 static DecodeStatus DecodeVR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
113 static DecodeStatus DecodeVR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
119 static DecodeStatus DecodeVR128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
126 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) {
134 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) {
141 static DecodeStatus decodeAccessRegOperand(MCInst &Inst, uint64_t Imm,
147 static DecodeStatus decodeU1ImmOperand(MCInst &Inst, uint64_t Imm,
152 static DecodeStatus decodeU2ImmOperand(MCInst &Inst, uint64_t Imm,
157 static DecodeStatus decodeU3ImmOperand(MCInst &Inst, uint64_t Imm,
162 static DecodeStatus decodeU4ImmOperand(MCInst &Inst, uint64_t Imm,
167 static DecodeStatus decodeU6ImmOperand(MCInst &Inst, uint64_t Imm,
172 static DecodeStatus decodeU8ImmOperand(MCInst &Inst, uint64_t Imm,
177 static DecodeStatus decodeU12ImmOperand(MCInst &Inst, uint64_t Imm,
182 static DecodeStatus decodeU16ImmOperand(MCInst &Inst, uint64_t Imm,
187 static DecodeStatus decodeU32ImmOperand(MCInst &Inst, uint64_t Imm,
192 static DecodeStatus decodeS8ImmOperand(MCInst &Inst, uint64_t Imm,
197 static DecodeStatus decodeS16ImmOperand(MCInst &Inst, uint64_t Imm,
202 static DecodeStatus decodeS32ImmOperand(MCInst &Inst, uint64_t Imm,
208 static DecodeStatus decodePCDBLOperand(MCInst &Inst, uint64_t Imm,
215 static DecodeStatus decodePC16DBLOperand(MCInst &Inst, uint64_t Imm,
221 static DecodeStatus decodePC32DBLOperand(MCInst &Inst, uint64_t Imm,
227 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field,
237 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field,
247 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field,
259 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field,
271 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field,
283 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field,
295 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field,
301 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field,
307 static DecodeStatus decodeBDAddr64Disp12Operand(MCInst &Inst, uint64_t Field,
313 static DecodeStatus decodeBDAddr64Disp20Operand(MCInst &Inst, uint64_t Field,
319 static DecodeStatus decodeBDXAddr64Disp12Operand(MCInst &Inst, uint64_t Field,
325 static DecodeStatus decodeBDXAddr64Disp20Operand(MCInst &Inst, uint64_t Field,
331 static DecodeStatus decodeBDLAddr64Disp12Len8Operand(MCInst &Inst,
338 static DecodeStatus decodeBDVAddr64Disp12Operand(MCInst &Inst, uint64_t Field,
346 DecodeStatus SystemZDisassembler::getInstruction(MCInst &MI, uint64_t &Size,