Lines Matching refs:secondVal
147 s4 firstVal, secondVal, result; \
149 secondVal = GET_REGISTER(vsrc2); \
150 if (secondVal == 0) { \
155 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
161 result = firstVal _op secondVal; \
272 s4 firstVal, secondVal, result; \
274 secondVal = GET_REGISTER(vsrc1); \
275 if (secondVal == 0) { \
280 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
286 result = firstVal _op secondVal; \
314 s8 firstVal, secondVal, result; \
316 secondVal = GET_REGISTER_WIDE(vsrc2); \
317 if (secondVal == 0LL) { \
323 secondVal == -1LL) \
330 result = firstVal _op secondVal; \
360 s8 firstVal, secondVal, result; \
362 secondVal = GET_REGISTER_WIDE(vsrc1); \
363 if (secondVal == 0LL) { \
369 secondVal == -1LL) \
376 result = firstVal _op secondVal; \