• Home
  • Raw
  • Download

Lines Matching refs:RegNo

153 static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo,  in decodeRegisterClass()  argument
157 MCOperand_CreateReg0(Inst, Regs[RegNo]); in decodeRegisterClass()
161 static DecodeStatus DecodeCRRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeCRRCRegisterClass() argument
165 return decodeRegisterClass(Inst, RegNo, CRRegs); in DecodeCRRCRegisterClass()
168 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass() argument
172 return decodeRegisterClass(Inst, RegNo, CRBITRegs); in DecodeCRBITRCRegisterClass()
175 static DecodeStatus DecodeF4RCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeF4RCRegisterClass() argument
179 return decodeRegisterClass(Inst, RegNo, FRegs); in DecodeF4RCRegisterClass()
182 static DecodeStatus DecodeF8RCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeF8RCRegisterClass() argument
186 return decodeRegisterClass(Inst, RegNo, FRegs); in DecodeF8RCRegisterClass()
189 static DecodeStatus DecodeVRRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVRRCRegisterClass() argument
193 return decodeRegisterClass(Inst, RegNo, VRegs); in DecodeVRRCRegisterClass()
196 static DecodeStatus DecodeVSRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVSRCRegisterClass() argument
200 return decodeRegisterClass(Inst, RegNo, VSRegs); in DecodeVSRCRegisterClass()
203 static DecodeStatus DecodeVSFRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVSFRCRegisterClass() argument
207 return decodeRegisterClass(Inst, RegNo, VSFRegs); in DecodeVSFRCRegisterClass()
210 static DecodeStatus DecodeGPRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGPRCRegisterClass() argument
214 return decodeRegisterClass(Inst, RegNo, GPRegs); in DecodeGPRCRegisterClass()
217 static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGPRC_NOR0RegisterClass() argument
221 return decodeRegisterClass(Inst, RegNo, GP0Regs); in DecodeGPRC_NOR0RegisterClass()
224 static DecodeStatus DecodeG8RCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeG8RCRegisterClass() argument
228 return decodeRegisterClass(Inst, RegNo, G8Regs); in DecodeG8RCRegisterClass()