Home | History | Annotate | Download | only in out

Lines Matching refs:secondVal

601             s4 firstVal, secondVal, result;                                 \
603 secondVal = GET_REGISTER(vsrc2); \
604 if (secondVal == 0) { \
609 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
615 result = firstVal _op secondVal; \
726 s4 firstVal, secondVal, result; \
728 secondVal = GET_REGISTER(vsrc1); \
729 if (secondVal == 0) { \
734 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
740 result = firstVal _op secondVal; \
768 s8 firstVal, secondVal, result; \
770 secondVal = GET_REGISTER_WIDE(vsrc2); \
771 if (secondVal == 0LL) { \
777 secondVal == -1LL) \
784 result = firstVal _op secondVal; \
814 s8 firstVal, secondVal, result; \
816 secondVal = GET_REGISTER_WIDE(vsrc1); \
817 if (secondVal == 0LL) { \
823 secondVal == -1LL) \
830 result = firstVal _op secondVal; \