Home
last modified time | relevance | path

Searched refs:EX86_SSE2_OP1 (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c175 if (!(flags & EX86_SSE2_OP1)) { in emit_x86_instruction()
208 else if (!(flags & EX86_SSE2_OP1)) in emit_x86_instruction()
H A DsljitNativeX86_32.c153 else if (!(flags & EX86_SSE2_OP1)) in emit_x86_instruction()
1139 inst = emit_x86_instruction(compiler, 1 | EX86_SSE2_OP1, 0, 0, src, srcw); in emit_fmov_before_return()
H A DsljitNativeX86_common.c154 #define EX86_SSE2_OP1 0x2000 macro
156 #define EX86_SSE2 (EX86_SSE2_OP1 | EX86_SSE2_OP2)
2797 …ction(compiler, 2 | ((op & SLJIT_32) ? EX86_PREF_F3 : EX86_PREF_F2) | EX86_SSE2_OP1, dst_r, 0, src…

Completed in 26 milliseconds