Searched refs:correspondingDREG (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp741 unsigned correspondingDREG = toDREG(Op.getReg()); local
743 if (correspondingDREG != AVR::NoRegister) {
744 Op.makeReg(correspondingDREG);

Completed in 185 milliseconds