Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1308 emit_rx_type rx_type; in emit_commutative() local
1311 rx_type = RX_A; in emit_commutative()
1315 rx_type = RXY_A; in emit_commutative()
1320 …|| ((src1 & OFFS_REG_MASK) ? (src1w & 0x3) == 0 : (rx_type == RX_A ? is_u12(src1w) : is_s20(src1w)… in emit_commutative()
1321 return emit_rx(compiler, ins, dst, src1, src1w, src2, src2w, rx_type); in emit_commutative()
1324 return emit_rx(compiler, ins, dst, src2, src2w, src1, src1w, rx_type); in emit_commutative()

Completed in 11 milliseconds