Home | History | Annotate | Download | only in sljit

Lines Matching refs:SLJIT_CLZ

1419 	case SLJIT_CLZ:
1421 return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw);
1423 return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw);