Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp1492 unsigned OpShift, OpCarry; in expandROLBRd() local
1498 OpCarry = AVR::ADCRdRr; in expandROLBRd()
1510 auto MIB = buildMI(MBB, MBBI, OpCarry) in expandROLBRd()