Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c2441 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode, function
2468 return emit_sse2(compiler, MOVSD_x_xm, single, dst, src, srcw);
2474 return emit_sse2(compiler, MOVSD_xm_x, single, src, dst, dstw);
2652 FAIL_IF(emit_sse2(compiler, ADDSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2656 FAIL_IF(emit_sse2(compiler, SUBSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2660 FAIL_IF(emit_sse2(compiler, MULSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2664 FAIL_IF(emit_sse2(compiler, DIVSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));

Completed in 17 milliseconds