Home | History | Annotate | Download | only in amd64

Lines Matching defs:argL

98    V128 argL, argR;
99 expand(&argL, summL);
101 UInt h_res = h_fn(&argL, &argR);
102 UInt s_res = s_fn(&argL, &argR);
165 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
232 UShort* argL = (UShort*)argLV;
236 UShort cL = argL[i];
265 /* argL: the string, argR: charset */
267 UShort* argL = (UShort*)argLV;
280 if (argR[ci] == argL[si]) { m = 1; break; }
304 /* argL: haystack, argR: needle */
306 UShort* argL = (UShort*)argLV;
317 if (argL[i] != argR[ni]) { m = 0; break; }
344 /* argL: string, argR: range-pairs */
346 UShort* argL = (UShort*)argLV;
358 if (argR[ri] <= argL[si] && argL[si] <= argR[ri+1]) {
386 UInt h_pcmpistri_4B ( V128* argL, V128* argR )
389 memcpy(&block[0], argL, sizeof(V128));
477 UInt h_pcmpistri_3B ( V128* argL, V128* argR )
480 memcpy(&block[0], argL, sizeof(V128));
571 UInt h_pcmpistri_0D ( V128* argL, V128* argR )
574 memcpy(&block[0], argL, sizeof(V128));
656 UInt h_pcmpistri_09 ( V128* argL, V128* argR )
659 memcpy(&block[0], argL, sizeof(V128));
749 UInt h_pcmpistri_1B ( V128* argL, V128* argR )
752 memcpy(&block[0], argL, sizeof(V128));
842 UInt h_pcmpistri_03 ( V128* argL, V128* argR )
845 memcpy(&block[0], argL, sizeof(V128));
924 UInt h_pcmpistri_13 ( V128* argL, V128* argR )
927 memcpy(&block[0], argL, sizeof(V128));
1007 UInt h_pcmpistri_45 ( V128* argL, V128* argR )
1010 memcpy(&block[0], argL, sizeof(V128));
1087 UInt h_pcmpistri_01 ( V128* argL, V128* argR )
1090 memcpy(&block[0], argL, sizeof(V128));
1169 UInt h_pcmpistri_39 ( V128* argL, V128* argR )
1172 memcpy(&block[0], argL, sizeof(V128));
1262 UInt h_pcmpistri_19 ( V128* argL, V128* argR )
1265 memcpy(&block[0], argL, sizeof(V128));