Home | History | Annotate | Download | only in out

Lines Matching refs:secondVal

609             s4 firstVal, secondVal, result;                                 \
611 secondVal = GET_REGISTER(vsrc2); \
612 if (secondVal == 0) { \
617 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
623 result = firstVal _op secondVal; \
734 s4 firstVal, secondVal, result; \
736 secondVal = GET_REGISTER(vsrc1); \
737 if (secondVal == 0) { \
742 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
748 result = firstVal _op secondVal; \
776 s8 firstVal, secondVal, result; \
778 secondVal = GET_REGISTER_WIDE(vsrc2); \
779 if (secondVal == 0LL) { \
785 secondVal == -1LL) \
792 result = firstVal _op secondVal; \
822 s8 firstVal, secondVal, result; \
824 secondVal = GET_REGISTER_WIDE(vsrc1); \
825 if (secondVal == 0LL) { \
831 secondVal == -1LL) \
838 result = firstVal _op secondVal; \