Searched refs:SRDecoderTable (Results 1 – 1 of 1) sorted by relevance
78 static const unsigned SRDecoderTable[] = {Xtensa::SAR, 3}; variable86 for (unsigned i = 0; i < std::size(SRDecoderTable); i += 2) { in DecodeSRRegisterClass()87 if (SRDecoderTable[i + 1] == RegNo) { in DecodeSRRegisterClass()88 unsigned Reg = SRDecoderTable[i]; in DecodeSRRegisterClass()