Home | History | Annotate | Download | only in ARM

Lines Matching refs:SReg

188       unsigned SReg = Reg - ARM::S0;
189 bool odd = SReg & 0x1;
190 unsigned Rx = 256 + (SReg >> 1);
195 OutStreamer.AddComment(Twine(SReg));