Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c580 static sljit_si emit_mov(struct sljit_compiler *compiler,
720 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
1337 return emit_mov(compiler, dst, dstw, src, srcw); in sljit_emit_op1()
1363 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); in sljit_emit_op1()
1838 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2110 return emit_mov(compiler, dst, dstw, src1, src1w);
2343 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2727 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2838 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2876 return emit_mov(compiler, dst, dstw, SLJIT_SP, 0);
[all …]
H A DsljitNativeX86_64.c733 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()

Completed in 19 milliseconds