Lines Matching refs:secondVal
663 s4 firstVal, secondVal, result; \
665 secondVal = GET_REGISTER(vsrc2); \
666 if (secondVal == 0) { \
671 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
677 result = firstVal _op secondVal; \
788 s4 firstVal, secondVal, result; \
790 secondVal = GET_REGISTER(vsrc1); \
791 if (secondVal == 0) { \
796 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
802 result = firstVal _op secondVal; \
830 s8 firstVal, secondVal, result; \
832 secondVal = GET_REGISTER_WIDE(vsrc2); \
833 if (secondVal == 0LL) { \
839 secondVal == -1LL) \
846 result = firstVal _op secondVal; \
876 s8 firstVal, secondVal, result; \
878 secondVal = GET_REGISTER_WIDE(vsrc1); \
879 if (secondVal == 0LL) { \
885 secondVal == -1LL) \
892 result = firstVal _op secondVal; \