HomeSort by: relevance | last modified time | path
    Searched defs:emit_sse2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 2239 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode, function in typeref:typename:sljit_s32
2266 return emit_sse2(compiler, MOVSD_x_xm, single, dst, src, srcw);
2272 return emit_sse2(compiler, MOVSD_xm_x, single, src, dst, dstw);
2449 FAIL_IF(emit_sse2(compiler, ADDSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2453 FAIL_IF(emit_sse2(compiler, SUBSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2457 FAIL_IF(emit_sse2(compiler, MULSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2461 FAIL_IF(emit_sse2(compiler, DIVSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
sljitNativeX86_common.c 2239 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode, function in typeref:typename:sljit_s32
2266 return emit_sse2(compiler, MOVSD_x_xm, single, dst, src, srcw);
2272 return emit_sse2(compiler, MOVSD_xm_x, single, src, dst, dstw);
2449 FAIL_IF(emit_sse2(compiler, ADDSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2453 FAIL_IF(emit_sse2(compiler, SUBSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2457 FAIL_IF(emit_sse2(compiler, MULSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));
2461 FAIL_IF(emit_sse2(compiler, DIVSD_x_xm, op & SLJIT_F32_OP, dst_r, src2, src2w));

Completed in 26 milliseconds