Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c649 static sljit_s32 emit_mov(struct sljit_compiler *compiler,
654 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
1326 return emit_mov(compiler, dst, dstw, src, srcw); in sljit_emit_op1()
1344 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); in sljit_emit_op1()
1826 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2102 return emit_mov(compiler, dst, dstw, src1, src1w);
2301 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2667 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2782 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2860 return emit_mov(compiler, dst, dstw, SLJIT_SP, 0);
[all …]
H A DsljitNativeX86_32.c213 return emit_mov(compiler, SLJIT_MEM1(SLJIT_SP), compiler->local_size, TMP_REG1, 0); in sljit_emit_enter()
H A DsljitNativeX86_64.c728 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()

Completed in 21 milliseconds