Searched defs:expandRXYPseudo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp138 void SystemZInstrInfo::expandRXYPseudo(MachineInstr *MI, unsigned LowOpcode, function in class:SystemZInstrInfo
891 expandRXYPseudo(MI, SystemZ::LB, SystemZ::LBH);
895 expandRXYPseudo(MI, SystemZ::LH, SystemZ::LHH);
907 expandRXYPseudo(MI, SystemZ::LLC, SystemZ::LLCH);
911 expandRXYPseudo(MI, SystemZ::LLH, SystemZ::LLHH);
915 expandRXYPseudo(MI, SystemZ::L, SystemZ::LFH);
919 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH);
923 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH);
927 expandRXYPseudo(MI, SystemZ::ST, SystemZ::STFH);
1003 expandRXYPseudo(M
[all...]

Completed in 48 milliseconds