Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2289 static sljit_si emit_sse2(struct sljit_compiler *compiler, sljit_ub opcode, function
2316 return emit_sse2(compiler, MOVSD_x_xm, single, dst, src, srcw);
2322 return emit_sse2(compiler, MOVSD_xm_x, single, src, dst, dstw);
2500 FAIL_IF(emit_sse2(compiler, ADDSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w));
2504 FAIL_IF(emit_sse2(compiler, SUBSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w));
2508 FAIL_IF(emit_sse2(compiler, MULSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w));
2512 FAIL_IF(emit_sse2(compiler, DIVSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w));

Completed in 11 milliseconds