Lines Matching refs:next_argw
894 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache() argument
904 return ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && (argw & 0x3) == (next_argw & 0x3)); in can_cache()
911 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()
916 next_high_short = (next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in can_cache()
921 diff = argw - next_argw; in can_cache()
943 …jit_si inp_flags, sljit_si reg, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in getput_arg() argument
967 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()
1013 next_high_short = (sljit_si)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in getput_arg()
1038 diff = argw - next_argw; in getput_arg()
1068 if (argw == next_argw && (next_arg & SLJIT_MEM)) { in getput_arg()
1080 diff = argw - next_argw; in getput_arg()