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
231 UShort* argL = (UShort*)argLV;
235 UShort cL = argL[i];
264 /* argL: the string, argR: charset */
266 UShort* argL = (UShort*)argLV;
279 if (argR[ci] == argL[si]) { m = 1; break; }
303 /* argL: haystack, argR: needle */
305 UShort* argL = (UShort*)argLV;
316 if (argL[i] != argR[ni]) { m = 0; break; }
343 /* argL: string, argR: range-pairs */
345 UShort* argL = (UShort*)argLV;
357 if (argR[ri] <= argL[si] && argL[si] <= argR[ri+1]) {
385 UInt h_pcmpistri_4B ( V128* argL, V128* argR )
388 memcpy(&block[0], argL, sizeof(V128));
476 UInt h_pcmpistri_3B ( V128* argL, V128* argR )
479 memcpy(&block[0], argL, sizeof(V128));
570 UInt h_pcmpistri_0D ( V128* argL, V128* argR )
573 memcpy(&block[0], argL, sizeof(V128));
655 UInt h_pcmpistri_09 ( V128* argL, V128* argR )
658 memcpy(&block[0], argL, sizeof(V128));
748 UInt h_pcmpistri_1B ( V128* argL, V128* argR )
751 memcpy(&block[0], argL, sizeof(V128));
841 UInt h_pcmpistri_03 ( V128* argL, V128* argR )
844 memcpy(&block[0], argL, sizeof(V128));
923 UInt h_pcmpistri_13 ( V128* argL, V128* argR )
926 memcpy(&block[0], argL, sizeof(V128));
1006 UInt h_pcmpistri_45 ( V128* argL, V128* argR )
1009 memcpy(&block[0], argL, sizeof(V128));
1086 UInt h_pcmpistri_01 ( V128* argL, V128* argR )
1089 memcpy(&block[0], argL, sizeof(V128));
1168 UInt h_pcmpistri_39 ( V128* argL, V128* argR )
1171 memcpy(&block[0], argL, sizeof(V128));