Home | History | Annotate | Download | only in out

Lines Matching refs:secondVal

605             s4 firstVal, secondVal, result;                                 \
607 secondVal = GET_REGISTER(vsrc2); \
608 if (secondVal == 0) { \
613 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
619 result = firstVal _op secondVal; \
730 s4 firstVal, secondVal, result; \
732 secondVal = GET_REGISTER(vsrc1); \
733 if (secondVal == 0) { \
738 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
744 result = firstVal _op secondVal; \
772 s8 firstVal, secondVal, result; \
774 secondVal = GET_REGISTER_WIDE(vsrc2); \
775 if (secondVal == 0LL) { \
781 secondVal == -1LL) \
788 result = firstVal _op secondVal; \
818 s8 firstVal, secondVal, result; \
820 secondVal = GET_REGISTER_WIDE(vsrc1); \
821 if (secondVal == 0LL) { \
827 secondVal == -1LL) \
834 result = firstVal _op secondVal; \