Home | History | Annotate | Download | only in X86

Lines Matching refs:EQ

9601   //  0 - EQ
9714 // GT and EQ comparisons for integer, swapping operands and multiple
9779 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1);
9784 SDValue EQHi = DAG.getVectorShuffle(MVT::v4i32, dl, EQ, EQ, MaskHi);
16336 // (Op (CMP (SETCC Cond EFLAGS) 1) EQ) or
16340 // (Op (CMP (SETCC Cond EFLAGS) 0) EQ) or
16801 // SSE1 supports CMP{eq|ne}SS, and SSE2 added CMP{eq|ne}SD, but