Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c932 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
939 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
942 return ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && (argw & 0x3) == (next_argw & 0x3)); in can_cache()
944 if (next_arg & OFFS_REG_MASK) in can_cache()
963 if (arg == next_arg && diff <= SIMM_MAX && diff >= SIMM_MIN) in can_cache()
1005 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()
1046 if ((next_arg & SLJIT_MEM) && !(next_arg & OFFS_REG_MASK)) { in getput_arg()
1073 if ((next_arg & SLJIT_MEM) && diff <= SIMM_MAX && diff >= SIMM_MIN) { in getput_arg()
1102 if (argw == next_argw && (next_arg & SLJIT_MEM)) { in getput_arg()
1115 if (arg == next_arg && !(inp_flags & WRITE_BACK) && diff <= SIMM_MAX && diff >= SIMM_MIN) { in getput_arg()
[all …]
H A DsljitNativeMIPS_common.c750 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
752 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
758 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache()
763 if (arg == next_arg) { in can_cache()
773 …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
778 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
779 next_arg = 0; in getput_arg()
807 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
824 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
879 if (arg == next_arg && next_argw - argw <= SIMM_MAX && next_argw - argw >= SIMM_MIN) { in getput_arg()
H A DsljitNativeARM_64.c920 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
923 if ((arg & OFFS_REG_MASK) || !(next_arg & SLJIT_MEM)) in can_cache()
937 if (arg == next_arg && diff <= 0xfff && diff >= -0xfff) in can_cache()
945 sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in getput_arg() argument
952 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
953 next_arg = 0; in getput_arg()
1029 next_arg = (arg & REG_MASK) && (arg == next_arg) && diff <= 0xfff && diff >= -0xfff && diff != 0; in getput_arg()
1049 if (next_arg && emit_set_delta(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg()
1058 if (next_arg) { in getput_arg()
H A DsljitNativeTILEGX_64.c1314 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
1316 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
1323 && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK))) in can_cache()
1328 if (arg == next_arg) { in can_cache()
1340 …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
1345 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
1346 next_arg = 0; in getput_arg()
1377 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1411 if (arg == next_arg && argw == (next_argw & 0x3)) { in getput_arg()
1514 if (arg == next_arg in getput_arg()
H A DsljitNativeSPARC_common.c568 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() argument
570 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
577 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == next_argw) in can_cache()
588 …sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_ar… in getput_arg() argument
594 if (!(next_arg & SLJIT_MEM)) { in getput_arg()
595 next_arg = 0; in getput_arg()
607 if ((arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK) && argw == (next_argw & 0x3)) { in getput_arg()

Completed in 37 milliseconds