Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c435 #define is_s20(d) CHECK_SIGNED((d), 20) in HAVE_FACILITY() macro
440 SLJIT_ASSERT(is_s20(d)); in HAVE_FACILITY()
932 else if (!is_s20(off)) { in make_addr_bxy()
1203 } else if ((type == RX_A && !is_u12(src2w)) || (type == RXY_A && !is_s20(src2w))) { in emit_rx()
1246 else if (!is_s20(dstw)) { in emit_siy()
1293 || ((src1 & OFFS_REG_MASK) ? (src1w & 0x3) == 0 : is_s20(src1w)))) { in emit_commutative()
1294 if ((src2 & OFFS_REG_MASK) || is_u12(src2w) || !is_s20(src2w)) in emit_commutative()
1301 if ((src1 & OFFS_REG_MASK) || is_u12(src1w) || !is_s20(src1w)) in emit_commutative()
1320 …|| ((src1 & OFFS_REG_MASK) ? (src1w & 0x3) == 0 : (rx_type == RX_A ? is_u12(src1w) : is_s20(src1w)… in emit_commutative()
1374 if ((src2 & OFFS_REG_MASK) || is_u12(src2w) || !is_s20(src2w)) in emit_non_commutative()
[all …]

Completed in 18 milliseconds