Lines Matching refs:LowOpcode
79 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove() local
80 assert(HighOpcode && LowOpcode && "Both offsets should be in range"); in splitMove()
83 MI->setDesc(get(LowOpcode)); in splitMove()
108 void SystemZInstrInfo::expandRIPseudo(MachineInstr *MI, unsigned LowOpcode, in expandRIPseudo() argument
113 MI->setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
122 void SystemZInstrInfo::expandRIEPseudo(MachineInstr *MI, unsigned LowOpcode, in expandRIEPseudo() argument
135 MI->setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
144 void SystemZInstrInfo::expandRXYPseudo(MachineInstr *MI, unsigned LowOpcode, in expandRXYPseudo() argument
147 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo()
155 void SystemZInstrInfo::expandZExtPseudo(MachineInstr *MI, unsigned LowOpcode, in expandZExtPseudo() argument
159 LowOpcode, Size, MI->getOperand(1).isKill()); in expandZExtPseudo()