Home | History | Annotate | Download | only in priv

Lines Matching refs:argR

193      Long argL, argR, res;					\
195 argR = CC_DEP2; \
196 res = argL + argR; \
199 af = (res ^ argL ^ argR) & 0x10; \
202 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
214 Long argL, argR, res; \
216 argR = CC_DEP2; \
217 res = argL - argR; \
218 cf = (DATA_UTYPE)argL < (DATA_UTYPE)argR; \
220 af = (res ^ argL ^ argR) & 0x10; \
223 of = lshift((argL ^ argR) & (argL ^ res), \
235 Long argL, argR, oldC, res; \
238 argR = CC_DEP2 ^ oldC; \
239 res = (argL + argR) + oldC; \
245 af = (res ^ argL ^ argR) & 0x10; \
248 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
260 Long argL, argR, oldC, res; \
263 argR = CC_DEP2 ^ oldC; \
264 res = (argL - argR) - oldC; \
266 cf = (DATA_UTYPE)argL <= (DATA_UTYPE)argR; \
268 cf = (DATA_UTYPE)argL < (DATA_UTYPE)argR; \
270 af = (res ^ argL ^ argR) & 0x10; \
273 of = lshift((argL ^ argR) & (argL ^ res), \
301 Long argL, argR, res; \
304 argR = 1; \
307 af = (res ^ argL ^ argR) & 0x10; \
321 Long argL, argR, res; \
324 argR = 1; \
327 af = (res ^ argL ^ argR) & 0x10; \
3221 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3239 zmaskR = zmask_from_V128_wide(argR);
3257 &resV, &resOSZACP, argL, argR,
3263 zmaskR = zmask_from_V128(argR);
3281 &resV, &resOSZACP, argL, argR,
3556 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3562 r = *argR;
3573 r = *argR;
3618 V128* argR = (V128*)( ((UChar*)gst) + gstOffR );
3620 argR->w32[3] = RotWord (SubWord (argL->w32[3])) ^ imm8;
3621 argR->w32[2] = SubWord (argL->w32[3]);
3622 argR->w32[1] = RotWord (SubWord (argL->w32[1])) ^ imm8;
3623 argR->w32[0] = SubWord (argL->w32[1]);