Searched refs:ps_t2 (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/zlib/ |
H A D | crc_folding.c | 168 __m128 ps_t0, ps_t1, ps_t2, ps_t3; in fold_4() local 191 ps_t2 = _mm_castsi128_ps(x_tmp2); in fold_4() 192 ps_res2 = _mm_xor_ps(ps_crc2, ps_t2); in fold_4()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc_folding.c | 168 __m128 ps_t0, ps_t1, ps_t2, ps_t3; in fold_4() local 191 ps_t2 = _mm_castsi128_ps(x_tmp2); in fold_4() 192 ps_res2 = _mm_xor_ps(ps_crc2, ps_t2); in fold_4()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc_folding.c | 168 __m128 ps_t0, ps_t1, ps_t2, ps_t3; in fold_4() local 191 ps_t2 = _mm_castsi128_ps(x_tmp2); in fold_4() 192 ps_res2 = _mm_xor_ps(ps_crc2, ps_t2); in fold_4()
|
Completed in 3 milliseconds