Home | History | Annotate | Download | only in amd64

Lines Matching refs:argR

98    V128 argL, argR;
100 expand(&argR, summR);
101 UInt h_res = h_fn(&argL, &argR);
102 UInt s_res = s_fn(&argL, &argR);
166 | ((zmaskR == 0) ? 0 : MASK_S) // S == 1 iff any in argR is 0
232 UShort* argR = (UShort*)argRV;
236 UShort cR = argR[i];
264 /* argL: the string, argR: charset */
267 UShort* argR = (UShort*)argRV;
279 if (argR[ci] == argL[si]) { m = 1; break; }
303 /* argL: haystack, argR: needle */
306 UShort* argR = (UShort*)argRV;
316 if (argL[i] != argR[ni]) { m = 0; break; }
343 /* argL: string, argR: range-pairs */
346 UShort* argR = (UShort*)argRV;
357 if (argR[ri] <= argL[si] && argL[si] <= argR[ri+1]) {
385 UInt h_pcmpistri_4B ( V128* argL, V128* argR )
389 memcpy(&block[1], argR, sizeof(V128));
476 UInt h_pcmpistri_3B ( V128* argL, V128* argR )
480 memcpy(&block[1], argR, sizeof(V128));
570 UInt h_pcmpistri_0D ( V128* argL, V128* argR )
574 memcpy(&block[1], argR, sizeof(V128));
655 UInt h_pcmpistri_09 ( V128* argL, V128* argR )
659 memcpy(&block[1], argR, sizeof(V128));
748 UInt h_pcmpistri_1B ( V128* argL, V128* argR )
752 memcpy(&block[1], argR, sizeof(V128));
841 UInt h_pcmpistri_03 ( V128* argL, V128* argR )
845 memcpy(&block[1], argR, sizeof(V128));
923 UInt h_pcmpistri_13 ( V128* argL, V128* argR )
927 memcpy(&block[1], argR, sizeof(V128));
1006 UInt h_pcmpistri_45 ( V128* argL, V128* argR )
1010 memcpy(&block[1], argR, sizeof(V128));
1086 UInt h_pcmpistri_01 ( V128* argL, V128* argR )
1090 memcpy(&block[1], argR, sizeof(V128));
1168 UInt h_pcmpistri_39 ( V128* argL, V128* argR )
1172 memcpy(&block[1], argR, sizeof(V128));