Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c111 if (flags & ALT_FORM4) { in emit_single_op()
122 SLJIT_ASSERT(!(flags & ALT_FORM4)); in emit_single_op()
149 if (!(flags & ALT_FORM4)) in emit_single_op()
154 if (!(flags & ALT_FORM4)) in emit_single_op()
164 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_64.c243 if (flags & ALT_FORM4) { in emit_single_op()
255 if (flags & ALT_FORM4) { in emit_single_op()
290 if (!(flags & ALT_FORM4)) in emit_single_op()
295 if (!(flags & ALT_FORM4)) in emit_single_op()
314 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_common.c671 #define ALT_FORM4 0x008000 macro
1073 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1407 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1411 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1419 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1423 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1425 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1471 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3 | ALT_FORM4, dst, dstw, src1, sr… in sljit_emit_op2()
1473 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1486 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 30 milliseconds