Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c700 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
1509 return emit_mov(compiler, dst, dstw, src, srcw); in sljit_emit_op1()
1527 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); in sljit_emit_op1()
1991 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2498 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2835 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2950 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
3028 return emit_mov(compiler, dst, dstw, SLJIT_SP, 0);
3068 if (emit_mov(compiler, dst, dstw, TMP_REG1, 0))
3101 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 20 milliseconds