Home | History | Annotate | Download | only in sljit

Lines Matching refs:emit_op_mem

1584 static SLJIT_INLINE sljit_si emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg_ar, sljit_si arg, sljit_sw argw)
1615 return emit_op_mem(compiler, WORD_DATA, RA, dst, dstw);
1628 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, RA, src, srcw));
2203 return emit_op_mem(compiler, WORD_DATA, dst_ar, dst, dstw);