Searched defs:intRes1 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c621 /* Given partial results from a pcmpXstrX operation (intRes1,
627 UInt intRes1,
638 case 0: intRes2 = intRes1; break; // pol +
639 case 1: intRes2 = ~intRes1; break; // pol -
640 case 2: intRes2 = intRes1; break; // pol m+
641 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
689 /* Given partial results from a 16-bit pcmpXstrX operation (intRes1,
695 UInt intRes1,
706 case 0: intRes2 = intRes1; break; // pol +
707 case 1: intRes2 = ~intRes1; brea
625 compute_PCMPxSTRx_gen_output( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
693 compute_PCMPxSTRx_gen_output_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
837 UInt intRes1 local
879 UInt intRes1 = boolRes & 0xFFFF; local
919 UInt intRes1 = boolRes & 0xFFFF; local
959 UInt intRes1 = boolRes & 0xFFFF; local
999 UInt intRes1 = boolRes & 0xFFFF; local
1088 UInt intRes1 local
1130 UInt intRes1 = boolRes & 0xFF; local
1170 UInt intRes1 = boolRes & 0xFF; local
1210 UInt intRes1 = boolRes & 0xFF; local
[all...]
H A Dguest_amd64_toIR.c18687 IRExpr *intRes1 = binop(Iop_And32, mkU32(0xFFFF), local
18694 binop(Iop_Xor32, intRes1, mkexpr(validL))));
[all...]
/external/valgrind/none/tests/amd64/
H A Dpcmpstr64w.c123 /* Given partial results from a 16-bit pcmpXstrX operation (intRes1,
129 UInt intRes1,
139 case 0: intRes2 = intRes1; break; // pol +
140 case 1: intRes2 = ~intRes1; break; // pol -
141 case 2: intRes2 = intRes1; break; // pol m+
142 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
244 UInt intRes1 local
248 intRes1 &= 0xFF;
253 intRes1, zmaskL, zmaskR, validL, pol, idx
286 UInt intRes1 local
127 PCMPxSTRx_WRK_gen_output_fmt_I_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
326 UInt intRes1 = boolRes & 0xFF; local
366 UInt intRes1 = boolRes & 0xFF; local
[all...]
H A Dpcmpstr64.c121 /* Given partial results from a pcmpXstrX operation (intRes1,
128 UInt intRes1,
138 case 0: intRes2 = intRes1; break; // pol +
139 case 1: intRes2 = ~intRes1; break; // pol -
140 case 2: intRes2 = intRes1; break; // pol m+
141 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
246 UInt intRes1 local
250 intRes1 &= 0xFFFF;
255 intRes1, zmaskL, zmaskR, validL, pol, idx
289 UInt intRes1 local
126 pcmpXstrX_WRK_gen_output_fmt_I( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
330 UInt intRes1 = boolRes & 0xFFFF; local
371 UInt intRes1 = boolRes & 0xFFFF; local
412 UInt intRes1 = boolRes & 0xFFFF; local
[all...]

Completed in 219 milliseconds