SLJIT_CLZ         631 ext/pcre/pcrelib/sljit/sljitLir.c 	case SLJIT_CLZ: \
SLJIT_CLZ        1059 ext/pcre/pcrelib/sljit/sljitLir.c 	CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ);
SLJIT_CLZ         793 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_ICLZ			(SLJIT_CLZ | SLJIT_INT_OP)
SLJIT_CLZ        1052 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	case SLJIT_CLZ:
SLJIT_CLZ        1910 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	case SLJIT_CLZ:
SLJIT_CLZ         544 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		case SLJIT_CLZ:
SLJIT_CLZ         711 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	case SLJIT_CLZ:
SLJIT_CLZ         531 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 		case SLJIT_CLZ:
SLJIT_CLZ         720 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 	case SLJIT_CLZ:
SLJIT_CLZ         126 ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c 	case SLJIT_CLZ:
SLJIT_CLZ         218 ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c 	case SLJIT_CLZ:
SLJIT_CLZ        1169 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	case SLJIT_CLZ:
SLJIT_CLZ          93 ext/pcre/pcrelib/sljit/sljitNativePPC_32.c 	case SLJIT_CLZ:
SLJIT_CLZ         210 ext/pcre/pcrelib/sljit/sljitNativePPC_64.c 	case SLJIT_CLZ:
SLJIT_CLZ        1404 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	case SLJIT_CLZ:
SLJIT_CLZ        1406 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_CLZ        1408 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw);
SLJIT_CLZ          81 ext/pcre/pcrelib/sljit/sljitNativeSPARC_32.c 	case SLJIT_CLZ:
SLJIT_CLZ         860 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	case SLJIT_CLZ:
SLJIT_CLZ        1680 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	case SLJIT_CLZ:
SLJIT_CLZ        2275 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	case SLJIT_CLZ:
SLJIT_CLZ        1403 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 	case SLJIT_CLZ: