Searched refs:ps_t1 (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 185 ps_t1 = _mm_castsi128_ps(x_tmp1); in fold_4() 186 ps_res1 = _mm_xor_ps(ps_crc1, ps_t1); 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 185 ps_t1 = _mm_castsi128_ps(x_tmp1); in fold_4() 186 ps_res1 = _mm_xor_ps(ps_crc1, ps_t1); 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 185 ps_t1 = _mm_castsi128_ps(x_tmp1); in fold_4() 186 ps_res1 = _mm_xor_ps(ps_crc1, ps_t1); in fold_4()
|
Completed in 3 milliseconds