Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c452 if (!(flags & EX86_SSE2_OP1) && reg_map[a] >= 8) in emit_x86_instruction()
481 else if (!(flags & EX86_SSE2_OP1)) in emit_x86_instruction()
H A DsljitNativeX86_32.c371 else if (!(flags & EX86_SSE2_OP1)) in emit_x86_instruction()
H A DsljitNativeX86_common.c143 #define EX86_SSE2_OP1 0x2000 macro
145 #define EX86_SSE2 (EX86_SSE2_OP1 | EX86_SSE2_OP2)
2369 …ompiler, 2 | ((op & SLJIT_SINGLE_OP) ? EX86_PREF_F3 : EX86_PREF_F2) | EX86_SSE2_OP1, dst_r, 0, src…

Completed in 14 milliseconds