Searched refs:ps_t0 (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 179 ps_t0 = _mm_castsi128_ps(x_tmp0); in fold_4() 180 ps_res0 = _mm_xor_ps(ps_crc0, ps_t0); 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 179 ps_t0 = _mm_castsi128_ps(x_tmp0); in fold_4() 180 ps_res0 = _mm_xor_ps(ps_crc0, ps_t0); 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 179 ps_t0 = _mm_castsi128_ps(x_tmp0); in fold_4() 180 ps_res0 = _mm_xor_ps(ps_crc0, ps_t0); in fold_4()
|
Completed in 3 milliseconds