Searched refs:emit_sse2_store (Results 1 – 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_32.c | 686 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args() 691 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args() 797 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 802 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 906 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 911 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args() 1131 FAIL_IF(emit_sse2_store(compiler, op & SLJIT_32, SLJIT_MEM1(SLJIT_SP), 0, src)); in emit_fmov_before_return()
|
D | sljitNativeX86_common.c | 851 static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler, 2747 static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler, function 2806 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 2852 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, src); 2854 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 2872 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 2897 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG); 2958 return emit_sse2_store(compiler, op & SLJIT_32, dst, dstw, TMP_FREG);
|