Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc116 "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
8787 | vxorps xmm0, xmm0, xmm0
8789 | xorps xmm0, xmm0
H A Dzend_jit_arm64.dasc52 // We use REG0/1/2 and FPR0/1 to replace r0/1/2 and xmm0/1 in the x86 implementation.

Completed in 87 milliseconds