Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c121 if (flags & ALT_FORM4) { in emit_single_op()
132 SLJIT_ASSERT(!(flags & ALT_FORM4)); in emit_single_op()
159 if (!(flags & ALT_FORM4)) in emit_single_op()
164 if (!(flags & ALT_FORM4)) in emit_single_op()
176 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_64.c244 if (flags & ALT_FORM4) { in emit_single_op()
256 if (flags & ALT_FORM4) { in emit_single_op()
291 if (!(flags & ALT_FORM4)) in emit_single_op()
296 if (!(flags & ALT_FORM4)) in emit_single_op()
324 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_common.c711 #define ALT_FORM4 0x008000 macro
1207 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1537 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1541 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1549 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1553 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1555 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1604 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3 | ALT_FORM4, dst, dstw, src1, sr… in sljit_emit_op2()
1606 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1619 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 12 milliseconds