Searched refs:emit_sse2_store (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_common.c | 2319 static SLJIT_INLINE sljit_si emit_sse2_store(struct sljit_compiler *compiler, function 2378 return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG); 2411 return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, src); 2413 return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG); 2431 return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG); 2456 return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG); 2517 return emit_sse2_store(compiler, op & SLJIT_SINGLE_OP, dst, dstw, TMP_FREG);
|
Completed in 10 milliseconds