Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c1140 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
1142 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
1148 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache()
1153 if (arg == next_arg) { in can_cache()
1163 …it_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument
1168 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
1169 next_arg = 0; in getput_arg()
1192 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1209 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1241 if (arg == next_arg && next_argw - argw <= SIMM_MAX && next_argw - argw >= SIMM_MIN) { in getput_arg()
H A DsljitNativeSPARC_common.c714 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
716 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
723 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == next_argw) in can_cache()
734 …sljit_u32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument
740 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
741 next_arg = 0; in getput_arg()
753 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()

Completed in 15 milliseconds