Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:V2

442     const BitValue &V2 = A2[I];
443 if (!V1.num() || !V2.num())
445 unsigned S = bool(V1) + bool(V2) + Carry;
451 const BitValue &V2 = A2[I];
455 Res[I] = BitValue::ref(V2);
456 else if (V2.is(Carry))
476 const BitValue &V2 = A2[I];
477 if (!V1.num() || !V2.num())
479 unsigned S = bool(V1) - bool(V2) - Borrow;
485 const BitValue &V2 = A2[I];
487 Res[I] = BitValue::ref(V2);
490 if (V2.is(Borrow))
563 const BitValue &V2 = A2[i];
565 Res[i] = BitValue::ref(V2);
566 else if (V2.is(1))
568 else if (V1.is(0) || V2.is(0))
570 else if (V1 == V2)
586 const BitValue &V2 = A2[i];
587 if (V1.is(1) || V2.is(1))
590 Res[i] = BitValue::ref(V2);
591 else if (V2.is(0))
593 else if (V1 == V2)
609 const BitValue &V2 = A2[i];
611 Res[i] = BitValue::ref(V2);
612 else if (V2.is(0))
614 else if (V1 == V2)