Searched refs:emit_sse2 (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativeX86_common.c | 2276 static sljit_si emit_sse2(struct sljit_compiler *compiler, sljit_ub opcode, function 2303 return emit_sse2(compiler, MOVSD_x_xm, single, dst, src, srcw); 2309 return emit_sse2(compiler, MOVSD_xm_x, single, src, dst, dstw); 2487 FAIL_IF(emit_sse2(compiler, ADDSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w)); 2491 FAIL_IF(emit_sse2(compiler, SUBSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w)); 2495 FAIL_IF(emit_sse2(compiler, MULSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w)); 2499 FAIL_IF(emit_sse2(compiler, DIVSD_x_xm, op & SLJIT_SINGLE_OP, dst_r, src2, src2w));
|