Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Src1

731   // def STrid : STInst<(outs), (ins MEMri:$addr, DoubleRegs:$src1), ...
926 // i16:Other),IntRegs:i32:$src1, SETLT:Other),IntRegs:i32:$src1,
928 // Emits: (MAXh_rr:i32 IntRegs:i32:$src1, IntRegs:i32:$src2)
950 // i16:Other), IntRegs:i32:$src1, SETGT:Other), IntRegs:i32:$src1,
952 // Emits: (MINh_rr:i32 IntRegs:i32:$src1, IntRegs:i32:$src2)
1329 SDNode* Src1 = N->getOperand(0).getNode();
1330 if (Src1->getOpcode() != ISD::SRA || !Src1->hasOneUse()
1331 || Src1->getValueType(0) != MVT::i32) {
1339 Src1->getOperand(0),
1340 Src1->getOperand(1));