Searched refs:xmm0 (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_types.h | 470 __m128i xmm0 = _mm_setzero_si128(); \ 471 xmm0 = _mm_cmpeq_epi8(xmm0, xmm0); \ 474 _mm_storeu_si128((__m128i*)p, xmm0); \ 475 _mm_storeu_si128((__m128i*)(p+16), xmm0); \ 476 _mm_storeu_si128((__m128i*)(p+32), xmm0); \ 477 _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.2/ext/opcache/ |
H A D | ZendAccelerator.c | 164 __m128i xmm0 = _mm_setzero_si128(); in bzero_aligned() 167 _mm_store_si128((__m128i*)p, xmm0); in bzero_aligned() 168 _mm_store_si128((__m128i*)(p+16), xmm0); in bzero_aligned() 169 _mm_store_si128((__m128i*)(p+32), xmm0); in bzero_aligned() 170 _mm_store_si128((__m128i*)(p+48), xmm0); in bzero_aligned()
|
/PHP-8.2/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" 2405 | movsd qword [r4+16*8+0*8], xmm0 2424 | movsd qword [r4+8*4+0*8], xmm0 8753 | vxorps xmm0, xmm0, xmm0 8755 | 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 65 milliseconds