Home
last modified time | relevance | path

Searched refs:emit_mov (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c849 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
1666 return emit_mov(compiler, dst, dstw, src, srcw); in sljit_emit_op1()
2094 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2363 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2771 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
3120 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
3232 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
3307 return emit_mov(compiler, dst, dstw, SLJIT_SP, 0);
3347 if (emit_mov(compiler, dst, dstw, TMP_REG1, 0))
3380 if (emit_mov(compiler, dst, dstw, SLJIT_IMM, 0))
[all …]
H A DsljitNativeX86_64.c729 return emit_mov(compiler, SLJIT_R2, 0, SLJIT_R0, 0); in call_with_args()
1059 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()
H A DsljitNativeX86_32.c993 return emit_mov(compiler, SLJIT_MEM1(SLJIT_SP), offset, TMP_REG1, 0); in tail_call_reg_arg_with_args()

Completed in 37 milliseconds