• Home
  • Raw
  • Download

Lines Matching defs:RegNo

39 static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, const unsigned *Regs)  in decodeRegisterClass()
50 static DecodeStatus DecodeGR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
56 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
62 static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
68 static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
74 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
80 static DecodeStatus DecodeFP32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
86 static DecodeStatus DecodeFP64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
92 static DecodeStatus DecodeFP128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass()
98 static DecodeStatus DecodeVR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVR32BitRegisterClass()
104 static DecodeStatus DecodeVR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVR64BitRegisterClass()
110 static DecodeStatus DecodeVR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVR128BitRegisterClass()
116 static DecodeStatus DecodeAR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeAR32BitRegisterClass()
122 static DecodeStatus DecodeCR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeCR64BitRegisterClass()