Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c235 if (flags & ALT_FORM2) { in emit_single_op()
276 if (flags & ALT_FORM2) { in emit_single_op()
288 if (flags & ALT_FORM2) { in emit_single_op()
353 if (flags & ALT_FORM2) in emit_single_op()
362 if (flags & ALT_FORM2) { in emit_single_op()
373 if (flags & ALT_FORM2) { in emit_single_op()
391 if (flags & ALT_FORM2) { in emit_single_op()
410 if (flags & ALT_FORM2) { in emit_single_op()
432 if (flags & ALT_FORM2) { in emit_single_op()
456 if (flags & ALT_FORM2) { in emit_single_op()
[all …]
H A DsljitNativePPC_32.c112 if (flags & ALT_FORM2) { in emit_single_op()
144 if (flags & ALT_FORM2) { in emit_single_op()
156 if (flags & ALT_FORM2) { in emit_single_op()
209 if (flags & ALT_FORM2) { in emit_single_op()
220 if (flags & ALT_FORM2) { in emit_single_op()
238 if (flags & ALT_FORM2) { in emit_single_op()
H A DsljitNativePPC_common.c709 #define ALT_FORM2 0x002000 macro
1520 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1524 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1528 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1532 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1598 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); 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()
1644 flags |= ALT_FORM2; in sljit_emit_op2()
1675 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1679 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 14 milliseconds