Searched refs:xmm0 (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_types.h | 451 __m128i xmm0 = _mm_setzero_si128(); \ 452 xmm0 = _mm_cmpeq_epi8(xmm0, xmm0); \ 455 _mm_storeu_si128((__m128i*)p, xmm0); \ 456 _mm_storeu_si128((__m128i*)(p+16), xmm0); \ 457 _mm_storeu_si128((__m128i*)(p+32), xmm0); \ 458 _mm_storeu_si128((__m128i*)(p+48), xmm0); \
|
H A D | zend_hash.c | 181 __m128i xmm0 = _mm_setzero_si128(); in zend_hash_real_init_mixed_ex() local 182 xmm0 = _mm_cmpeq_epi8(xmm0, xmm0); in zend_hash_real_init_mixed_ex() 183 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 0), xmm0); in zend_hash_real_init_mixed_ex() 184 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 4), xmm0); in zend_hash_real_init_mixed_ex() 185 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 8), xmm0); in zend_hash_real_init_mixed_ex() 186 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 12), xmm0); in zend_hash_real_init_mixed_ex()
|
/PHP-8.1/ext/opcache/ |
H A D | ZendAccelerator.c | 1583 __m128i xmm0 = _mm_setzero_si128(); in cache_script_in_shared_memory() local 1586 _mm_store_si128((__m128i*)p, xmm0); in cache_script_in_shared_memory() 1587 _mm_store_si128((__m128i*)(p+16), xmm0); in cache_script_in_shared_memory() 1588 _mm_store_si128((__m128i*)(p+32), xmm0); in cache_script_in_shared_memory() 1589 _mm_store_si128((__m128i*)(p+48), xmm0); in cache_script_in_shared_memory() 4277 __m128i xmm0 = _mm_setzero_si128(); local 4280 _mm_store_si128((__m128i*)p, xmm0); 4281 _mm_store_si128((__m128i*)(p+16), xmm0); 4282 _mm_store_si128((__m128i*)(p+32), xmm0); 4283 _mm_store_si128((__m128i*)(p+48), xmm0);
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 116 "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5", "xmm6", "xmm7", 120 "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5", "xmm6", "xmm7" 2470 | movsd qword [r4+16*8+0*8], xmm0 2489 | movsd qword [r4+8*4+0*8], xmm0 8889 | vxorps xmm0, xmm0, xmm0 8891 | xorps xmm0, xmm0
|
H A D | zend_jit_arm64.dasc | 52 // We use REG0/1/2 and FPR0/1 to replace r0/1/2 and xmm0/1 in the x86 implementation.
|
Completed in 88 milliseconds