Searched refs:PRRegDecoderTable (Results 1 – 3 of 3) sorted by relevance
113 static const unsigned PRRegDecoderTable[] = { variable233 if (RegNo >= std::size(PRRegDecoderTable)) in DecodePRRegsRegisterClass()235 Inst.addOperand(MCOperand::createReg(PRRegDecoderTable[RegNo])); in DecodePRRegsRegisterClass()
113 static const unsigned PRRegDecoderTable[] = { variable238 if (RegNo >= array_lengthof(PRRegDecoderTable)) in DecodePRRegsRegisterClass()240 Inst.addOperand(MCOperand::createReg(PRRegDecoderTable[RegNo])); in DecodePRRegsRegisterClass()
120 static const unsigned PRRegDecoderTable[] = { variable245 if (RegNo >= array_lengthof(PRRegDecoderTable)) in DecodePRRegsRegisterClass()247 Inst.addOperand(MCOperand::createReg(PRRegDecoderTable[RegNo])); in DecodePRRegsRegisterClass()