Searched refs:intRes1 (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | guest_generic_x87.c | 621 /* 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 831 UInt intRes1 local 873 UInt intRes1 = boolRes & 0xFFFF; local 913 UInt intRes1 = boolRes & 0xFFFF; local 953 UInt intRes1 = boolRes & 0xFFFF; local 993 UInt intRes1 = boolRes & 0xFFFF; local 1082 UInt intRes1 local 1124 UInt intRes1 = boolRes & 0xFF; local 1164 UInt intRes1 = boolRes & 0xFF; local 1204 UInt intRes1 = boolRes & 0xFF; local [all...] |
H A D | guest_amd64_toIR.c | 18559 IRExpr *intRes1 = binop(Iop_And32, mkU32(0xFFFF), local 18566 binop(Iop_Xor32, intRes1, mkexpr(validL)))); [all...] |
/external/valgrind/none/tests/amd64/ |
H A D | pcmpstr64w.c | 123 /* 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 D | pcmpstr64.c | 121 /* 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- 240 UInt intRes1 local 244 intRes1 &= 0xFFFF; 249 intRes1, zmaskL, zmaskR, validL, pol, idx 283 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 324 UInt intRes1 = boolRes & 0xFFFF; local 365 UInt intRes1 = boolRes & 0xFFFF; local 406 UInt intRes1 = boolRes & 0xFFFF; local [all...] |
Completed in 588 milliseconds