Home
last modified time | relevance | path

Searched refs:xmm0 (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_x86.h31 _(XMM0, xmm0) \
61 _(XMM0, xmm0) \
H A Dir_x86.dasc9598 | movsd qword [rsp+16*8+0*8], xmm0
9631 | movsd qword [esp+8*4+0*8], xmm0
/php-src/Zend/
H A Dzend_types.h504 __m128i xmm0 = _mm_setzero_si128(); \
505 xmm0 = _mm_cmpeq_epi8(xmm0, xmm0); \
508 _mm_storeu_si128((__m128i*)p, xmm0); \
509 _mm_storeu_si128((__m128i*)(p+16), xmm0); \
510 _mm_storeu_si128((__m128i*)(p+32), xmm0); \
511 _mm_storeu_si128((__m128i*)(p+48), xmm0); \
H A Dzend_hash.c191 __m128i xmm0 = _mm_setzero_si128(); in zend_hash_real_init_mixed_ex() local
192 xmm0 = _mm_cmpeq_epi8(xmm0, xmm0); in zend_hash_real_init_mixed_ex()
193 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 0), xmm0); in zend_hash_real_init_mixed_ex()
194 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 4), xmm0); in zend_hash_real_init_mixed_ex()
195 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 8), xmm0); in zend_hash_real_init_mixed_ex()
196 _mm_storeu_si128((__m128i*)&HT_HASH_EX(data, 12), xmm0); in zend_hash_real_init_mixed_ex()
/php-src/ext/opcache/
H A DZendAccelerator.c164 __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()

Completed in 89 milliseconds