high_short        896 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_sw high_short, next_high_short;
high_short        910 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	high_short = (argw + ((argw & 0x8000) << 1)) & ~0xffff;
high_short        912 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	return high_short == next_high_short;
high_short        915 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		high_short = (argw + ((argw & 0x8000) << 1)) & ~0xffff;
high_short        917 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		if (high_short == next_high_short)
high_short        947 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_sw high_short, next_high_short;
high_short        995 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		high_short = (sljit_si)(argw + ((argw & 0x8000) << 1)) & ~0xffff;
high_short        998 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		SLJIT_ASSERT(high_short && high_short <= 0x7fffffffl && high_short >= -0x80000000l);
high_short       1000 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		SLJIT_ASSERT(high_short && !(inst & (INT_ALIGNED | UPDATE_REQ)));
high_short       1009 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, ADDIS | D(arg) | A(arg) | IMM(high_short >> 16)));
high_short       1011 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		else if (compiler->cache_arg != (SLJIT_MEM | arg) || high_short != compiler->cache_argw) {
high_short       1014 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				if (high_short == next_high_short) {
high_short       1016 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 					compiler->cache_argw = high_short;
high_short       1020 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 			FAIL_IF(push_inst(compiler, ADDIS | D(tmp_r) | A(arg & REG_MASK) | IMM(high_short >> 16)));