Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c1279 sljit_ins ins12, ins20; in emit_commutative() local
1282 ins12 = forms->op; in emit_commutative()
1286 ins12 = 0; in emit_commutative()
1290 if (ins12 && ins20) { in emit_commutative()
1295 return emit_rx(compiler, ins12, dst, src1, src1w, src2, src2w, RX_A); in emit_commutative()
1302 return emit_rx(compiler, ins12, dst, src2, src2w, src1, src1w, RX_A); in emit_commutative()
1307 else if (ins12 || ins20) { in emit_commutative()
1310 if (ins12) { in emit_commutative()
1312 ins = ins12; in emit_commutative()
1362 sljit_ins ins12, ins20; in emit_non_commutative() local
[all …]