Lines Matching refs:secondVal
653 s4 firstVal, secondVal, result; \
655 secondVal = GET_REGISTER(vsrc2); \
656 if (secondVal == 0) { \
661 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
667 result = firstVal _op secondVal; \
778 s4 firstVal, secondVal, result; \
780 secondVal = GET_REGISTER(vsrc1); \
781 if (secondVal == 0) { \
786 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
792 result = firstVal _op secondVal; \
820 s8 firstVal, secondVal, result; \
822 secondVal = GET_REGISTER_WIDE(vsrc2); \
823 if (secondVal == 0LL) { \
829 secondVal == -1LL) \
836 result = firstVal _op secondVal; \
866 s8 firstVal, secondVal, result; \
868 secondVal = GET_REGISTER_WIDE(vsrc1); \
869 if (secondVal == 0LL) { \
875 secondVal == -1LL) \
882 result = firstVal _op secondVal; \