Searched refs:VEX_256 (Results 1 – 3 of 3) sorted by relevance
164 #define VEX_256 ((sljit_uw)0x200000) macro3644 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 …]
323 if (op & VEX_256) in emit_vex_instruction()
257 if (op & VEX_256) in emit_vex_instruction()
Completed in 36 milliseconds