Searched refs:emit_sse2_store (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_32.c | 731 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args() 736 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args() 842 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 847 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 951 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 956 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 1170 FAIL_IF(emit_sse2_store(compiler, op & SLJIT_32, SLJIT_MEM1(SLJIT_SP), 0, src)); in emit_fmov_before_return() 1426 return emit_sse2_store(compiler, 0, dst, dstw, TMP_FREG); in sljit_emit_fop1_conv_f64_from_uw() 1481 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); in sljit_emit_fop1_conv_f64_from_uw()
|
H A D | sljitNativeX86_common.c | 1117 static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler, 3098 static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler, function 3154 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 3213 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, src); 3215 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 3232 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 3274 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 3332 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 4094 return emit_sse2_store(compiler, 1, srcdst, srcdstw, freg); 4139 FAIL_IF(emit_sse2_store(compiler, 1, freg, 0, srcdst));
|
H A D | sljitNativeX86_64.c | 1207 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); in sljit_emit_fop1_conv_f64_from_uw() 1263 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); in sljit_emit_fop1_conv_f64_from_uw()
|
Completed in 38 milliseconds