Searched refs:next_high_short (Results 1 – 1 of 1) sorted by relevance
900 sljit_sw high_short, next_high_short; in can_cache() local915 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()916 return high_short == next_high_short; in can_cache()920 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()921 if (high_short == next_high_short) in can_cache()951 sljit_sw high_short, next_high_short; in getput_arg() local1017 next_high_short = (sljit_s32)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in getput_arg()1018 if (high_short == next_high_short) { in getput_arg()