Home
last modified time | relevance | path

Searched refs:xmm1 (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c719 __m128i xmm1 = _mm_load_si128(dqsrc + 1); in fast_memcpy() local
724 _mm_store_si128(dqdest + 1, xmm1); in fast_memcpy()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c2445 sljit_s32 single, sljit_s32 xmm1, sljit_s32 xmm2, sljit_sw xmm2w) argument
2449 …inst = emit_x86_instruction(compiler, 2 | (single ? EX86_PREF_F3 : EX86_PREF_F2) | EX86_SSE2, xmm1
2457 sljit_s32 pref66, sljit_s32 xmm1, sljit_s32 xmm2, sljit_sw xmm2w) argument
2461 …inst = emit_x86_instruction(compiler, 2 | (pref66 ? EX86_PREF_66 : 0) | EX86_SSE2, xmm1, 0, xmm2, …

Completed in 17 milliseconds