Home
last modified time | relevance | path

Searched refs:high_short (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativePPC_common.c896 sljit_sw high_short, next_high_short; in can_cache() local
910 high_short = (argw + ((argw & 0x8000) << 1)) & ~0xffff; in can_cache()
912 return high_short == next_high_short; in can_cache()
915 high_short = (argw + ((argw & 0x8000) << 1)) & ~0xffff; in can_cache()
917 if (high_short == next_high_short) in can_cache()
947 sljit_sw high_short, next_high_short; in getput_arg() local
995 high_short = (sljit_si)(argw + ((argw & 0x8000) << 1)) & ~0xffff; in getput_arg()
998 SLJIT_ASSERT(high_short && high_short <= 0x7fffffffl && high_short >= -0x80000000l); in getput_arg()
1000 SLJIT_ASSERT(high_short && !(inst & (INT_ALIGNED | UPDATE_REQ))); in getput_arg()
1009 FAIL_IF(push_inst(compiler, ADDIS | D(arg) | A(arg) | IMM(high_short >> 16))); in getput_arg()
[all …]