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