Lines Matching refs:emit_mov
699 static sljit_s32 emit_mov(struct sljit_compiler *compiler,
704 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
878 static sljit_s32 emit_mov(struct sljit_compiler *compiler, in emit_mov() function
1508 return emit_mov(compiler, dst, dstw, src, srcw); in sljit_emit_op1()
1526 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); in sljit_emit_op1()
1552 return emit_mov(compiler, SLJIT_MEM1(SLJIT_SP), dstw, TMP_REG1, 0); in sljit_emit_op1()
1990 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2241 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2263 return emit_mov(compiler, dst, dstw, src1, src1w);
2497 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2834 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
2949 return emit_mov(compiler, dst, dstw, TMP_REG1, 0);
3027 return emit_mov(compiler, dst, dstw, SLJIT_SP, 0);
3055 if (emit_mov(compiler, dst, dstw, SLJIT_IMM, init_value))
3067 if (emit_mov(compiler, dst, dstw, TMP_REG1, 0))
3100 if (emit_mov(compiler, dst, dstw, SLJIT_IMM, 0))
3107 if (emit_mov(compiler, dst, dstw, TMP_REG1, 0))