Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c103 if (flags & ALT_FORM3) in emit_single_op()
113 if (flags & ALT_FORM3) { in emit_single_op()
131 if (!(flags & ALT_FORM3)) in emit_single_op()
136 if (!(flags & ALT_FORM3)) in emit_single_op()
142 if (flags & ALT_FORM3) { in emit_single_op()
154 if (flags & ALT_FORM3) { in emit_single_op()
209 if (flags & ALT_FORM3) { in emit_single_op()
225 if (flags & ALT_FORM3) { in emit_single_op()
H A DsljitNativePPC_64.c227 if (flags & ALT_FORM3) in emit_single_op()
237 if (flags & ALT_FORM3) { in emit_single_op()
264 if (!(flags & ALT_FORM3)) in emit_single_op()
269 if (!(flags & ALT_FORM3)) in emit_single_op()
275 if (flags & ALT_FORM3) { in emit_single_op()
287 if (flags & ALT_FORM3) { in emit_single_op()
363 if (flags & ALT_FORM3) { in emit_single_op()
379 if (flags & ALT_FORM3) { in emit_single_op()
H A DsljitNativePPC_common.c681 #define ALT_FORM3 0x004000 macro
1475 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1479 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1508 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1512 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1537 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1543 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1557 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1572 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_RE… in sljit_emit_op2()
1633 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 16 milliseconds