Searched refs:LowByte (Results 1 – 1 of 1) sorted by relevance
1893 Register LowByte = MRI.createVirtualRegister(&AVR::GPR8RegClass); in insertMultibyteShift() local1894 BuildMI(*BB, MI, dl, TII.get(AVR::RORRd), LowByte).addReg(ZeroReg); in insertMultibyteShift()1900 BuildMI(*BB, MI, dl, TII.get(AVR::RORRd), NewLowByte).addReg(LowByte); in insertMultibyteShift()1901 LowByte = NewLowByte; in insertMultibyteShift()1910 Regs[I] = std::pair(LowByte, 0); in insertMultibyteShift()