Home
last modified time | relevance | path

Searched refs:LowByte (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1939 Register LowByte = MRI.createVirtualRegister(&AVR::GPR8RegClass); in insertMultibyteShift() local
1940 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()