Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c702 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
1506 return emit_mov(compiler, dst, dstw, src, srcw); in sljit_emit_op1()
1524 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); in sljit_emit_op1()
1988 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2495 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2832 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2947 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
3025 return emit_mov(compiler, dst, dstw, SLJIT_SP, 0);
3065 if (emit_mov(compiler, dst, dstw, TMP_REG1, 0))
3098 if (emit_mov(compiler, dst, dstw, SLJIT_IMM, 0))
[all …]
H A DsljitNativeX86_64.c643 return emit_mov(compiler, SLJIT_R2, 0, SLJIT_R0, 0); in call_with_args()
885 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()
H A DsljitNativeX86_32.c240 return emit_mov(compiler, SLJIT_MEM1(SLJIT_SP), compiler->local_size, TMP_REG1, 0); in sljit_emit_enter()

Completed in 17 milliseconds