Searched refs:EX86_SSE2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeX86_32.c346 SLJIT_ASSERT(!(a & SLJIT_IMM) || !(flags & EX86_SSE2));
H A DsljitNativeX86_64.c362 SLJIT_ASSERT(!(a & SLJIT_IMM) || !(flags & EX86_SSE2));
H A DsljitNativeX86_common.c150 #define EX86_SSE2 (EX86_SSE2_OP1 | EX86_SSE2_OP2) macro
2244 inst = emit_x86_instruction(compiler, 2 | (single ? EX86_PREF_F3 : EX86_PREF_F2) | EX86_SSE2, xmm1, 0, xmm2, xmm2w);
2256 inst = emit_x86_instruction(compiler, 2 | (pref66 ? EX86_PREF_66 : 0) | EX86_SSE2, xmm1, 0, xmm2, xmm2w);

Completed in 203 milliseconds