Home | History | Annotate | Download | only in sljit

Lines Matching defs:emit_single_op

1636 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_si src1, sljit_sw src2)
2106 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r));