Lines Matching refs:SystemZ
1 //===-- SystemZISelDAGToDAG.cpp - A dag to dag inst selector for SystemZ --===//
10 // This file defines an instruction selector for the SystemZ target.
289 return "SystemZ DAG->DAG Pattern Instruction Selection";
658 if (RxSBG.Opcode == SystemZ::RNSBG)
683 if (RxSBG.Opcode != SystemZ::RNSBG)
731 if (RxSBG.Opcode == SystemZ::RNSBG) {
758 if (RxSBG.Opcode == SystemZ::RNSBG || Opcode == ISD::SRA) {
786 SDValue Index = CurDAG->getTargetConstant(SystemZ::subreg_32bit, MVT::i64);
792 SDValue Index = CurDAG->getTargetConstant(SystemZ::subreg_32bit, MVT::i64);
803 RxSBGOperands RISBG(SystemZ::RISBG, SDValue(N, 0));
821 SystemZ::isImmLF(~RISBG.Mask) ||
822 SystemZ::isImmHF(~RISBG.Mask)) {
841 N = CurDAG->getMachineNode(SystemZ::RISBG, SDLoc(N), MVT::i64, Ops);
866 if (Opcode == SystemZ::ROSBG && (RxSBG[I].Mask & 0xff) == 0)
873 if (Opcode == SystemZ::ROSBG && detectOrAndInsertion(Op0, RxSBG[I].Mask))
874 Opcode = SystemZ::RISBG;
961 ResNode = tryRxSBG(Node, SystemZ::ROSBG);
966 ResNode = tryRxSBG(Node, SystemZ::RXSBG);
974 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val))
982 ResNode = tryRxSBG(Node, SystemZ::RNSBG);
996 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val))