Searched refs:NewLowByte (Results 1 – 1 of 1) sorted by relevance
1945 Register NewLowByte = MRI.createVirtualRegister(&AVR::GPR8RegClass); in insertMultibyteShift() local1946 BuildMI(*BB, MI, dl, TII.get(AVR::RORRd), NewLowByte).addReg(LowByte); in insertMultibyteShift()1947 LowByte = NewLowByte; in insertMultibyteShift()