Searched refs:emit_non_commutative (Results 1 – 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeS390X.c | 1353 static sljit_s32 emit_non_commutative(struct sljit_compiler *compiler, const struct ins_forms *form… in emit_non_commutative() function 2373 FAIL_IF(emit_non_commutative(compiler, forms, dst, src1, src1w, src2, src2w)); in sljit_emit_sub() 2706 FAIL_IF(emit_non_commutative(compiler, &subc_forms, dst, src1, src1w, src2, src2w)); in sljit_emit_op2()
|