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