Searched refs:xmm0 (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_types.h | 442 __m128i xmm0 = _mm_setzero_si128(); \ 443 xmm0 = _mm_cmpeq_epi8(xmm0, xmm0); \ 446 _mm_storeu_si128((__m128i*)p, xmm0); \ 447 _mm_storeu_si128((__m128i*)(p+16), xmm0); \ 448 _mm_storeu_si128((__m128i*)(p+32), xmm0); \ 449 _mm_storeu_si128((__m128i*)(p+48), xmm0); \
|
H A D | zend_hash.c | 178 __m128i xmm0 = _mm_setzero_si128(); in zend_hash_real_init_mixed_ex() local 179 xmm0 = _mm_cmpeq_epi8(xmm0, xmm0); in zend_hash_real_init_mixed_ex() 180 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 0), xmm0); in zend_hash_real_init_mixed_ex() 181 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 4), xmm0); in zend_hash_real_init_mixed_ex() 182 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 8), xmm0); in zend_hash_real_init_mixed_ex() 183 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 12), xmm0); in zend_hash_real_init_mixed_ex()
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.c | 1516 __m128i xmm0 = _mm_setzero_si128(); in cache_script_in_shared_memory() local 1519 _mm_store_si128((__m128i*)p, xmm0); in cache_script_in_shared_memory() 1520 _mm_store_si128((__m128i*)(p+16), xmm0); in cache_script_in_shared_memory() 1521 _mm_store_si128((__m128i*)(p+32), xmm0); in cache_script_in_shared_memory() 1522 _mm_store_si128((__m128i*)(p+48), xmm0); in cache_script_in_shared_memory() 4265 __m128i xmm0 = _mm_setzero_si128(); local 4268 _mm_store_si128((__m128i*)p, xmm0); 4269 _mm_store_si128((__m128i*)(p+16), xmm0); 4270 _mm_store_si128((__m128i*)(p+32), xmm0); 4271 _mm_store_si128((__m128i*)(p+48), xmm0);
|
H A D | zend_accelerator_util_funcs.c | 735 __m128i xmm0 = _mm_load_si128(dqsrc + 0); in fast_memcpy() local 740 _mm_store_si128(dqdest + 0, xmm0); in fast_memcpy()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 130 "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5", "xmm6", "xmm7", 134 "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5", "xmm6", "xmm7" 2517 | movsd qword [r4+16*8+0*8], xmm0 2536 | movsd qword [r4+8*4+0*8], xmm0 8796 | vxorps xmm0, xmm0, xmm0 8798 | xorps xmm0, xmm0
|
Completed in 60 milliseconds