Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp99 bool expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsELPM);
101 bool expandLPMBELPMB(Block &MBB, BlockIt MBBI, bool IsELPM);
834 bool AVRExpandPseudo::expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsELPM) { in expandLPMWELPMW() argument
842 bool IsLPMRn = IsELPM ? STI.hasELPMX() : STI.hasLPMX(); in expandLPMWELPMW()
848 if (IsELPM) { in expandLPMWELPMW()
858 unsigned OpLo = IsELPM ? AVR::ELPMRdZPi : AVR::LPMRdZPi; in expandLPMWELPMW()
859 unsigned OpHi = IsELPM ? AVR::ELPMRdZ : AVR::LPMRdZ; in expandLPMWELPMW()
871 unsigned Opc = IsELPM ? AVR::ELPM : AVR::LPM; in expandLPMWELPMW()
947 bool AVRExpandPseudo::expandLPMBELPMB(Block &MBB, BlockIt MBBI, bool IsELPM) { in expandLPMBELPMB() argument
953 bool IsLPMRn = IsELPM ? STI.hasELPMX() : STI.hasLPMX(); in expandLPMBELPMB()
[all …]