Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c164 #define VEX_256 ((sljit_uw)0x200000) macro
3644 op = EX86_SSE2 | VEX_256;
3672 …if ((op & VEX_256) || ((cpu_feature_list & CPU_FEATURE_AVX) && (compiler->options & SLJIT_ENTER_US…
3765 op |= VEX_256;
4042 …FAIL_IF(emit_vex_instruction(compiler, op | (reg_size == 5 ? VEX_256 : 0) | VEX_SSE2_OPV, freg, fr…
4425 pref |= VEX_256;
4435 …pref = PSHUFLW_x_xm | VEX_256 | ((src_lane_index & 1) == 0 ? EX86_PREF_F2 : EX86_PREF_F3) | EX86_S…
4440 pref = PSHUFD_x_xm | VEX_256 | EX86_PREF_66 | EX86_SSE2;
4658 op = MOVMSKPS_r_x | VEX_256 | EX86_SSE2_OP2;
4661 op = PMOVMSKB_r_x | VEX_256 | EX86_PREF_66 | EX86_SSE2_OP2;
[all …]
H A DsljitNativeX86_64.c323 if (op & VEX_256) in emit_vex_instruction()
H A DsljitNativeX86_32.c257 if (op & VEX_256) in emit_vex_instruction()

Completed in 34 milliseconds