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.cpp101 bool expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsELPM);
103 bool expandLPMBELPMB(Block &MBB, BlockIt MBBI, bool IsELPM);
836 bool AVRExpandPseudo::expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsELPM) { in expandLPMWELPMW() argument
844 bool IsLPMRn = IsELPM ? STI.hasELPMX() : STI.hasLPMX(); in expandLPMWELPMW()
850 if (IsELPM) { in expandLPMWELPMW()
860 unsigned OpLo = IsELPM ? AVR::ELPMRdZPi : AVR::LPMRdZPi; in expandLPMWELPMW()
861 unsigned OpHi = IsELPM ? AVR::ELPMRdZ : AVR::LPMRdZ; in expandLPMWELPMW()
873 unsigned Opc = IsELPM ? AVR::ELPM : AVR::LPM; in expandLPMWELPMW()
949 bool AVRExpandPseudo::expandLPMBELPMB(Block &MBB, BlockIt MBBI, bool IsELPM) { in expandLPMBELPMB() argument
955 bool IsLPMRn = IsELPM ? STI.hasELPMX() : STI.hasLPMX(); in expandLPMBELPMB()
[all …]