Lines Matching refs:Bit1
3755 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
5673 // Bit1 = In & 0x1
5674 // if (Bit1 != 0)
5683 SDValue Bit1 = DAG.getNode(ISD::AND, dl, InVT, In, DAG.getConstant(1, InVT));
5684 EFLAGS = EmitTest(Bit1, X86::COND_NE, DAG);