Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c577 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
582 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
682 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in cdecl_call_with_args()
687 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in cdecl_call_with_args()
H A DsljitNativeX86_common.c704 static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler,
2471 static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler, function
2530 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2563 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, src);
2565 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2583 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2608 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);
2669 return emit_sse2_store(compiler, op & SLJIT_F32_OP, dst, dstw, TMP_FREG);

Completed in 15 milliseconds