Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c116 if (flags & ALT_FORM3) in emit_single_op()
128 if (flags & ALT_FORM3) { in emit_single_op()
146 if (!(flags & ALT_FORM3)) in emit_single_op()
151 if (!(flags & ALT_FORM3)) in emit_single_op()
157 if (flags & ALT_FORM3) { in emit_single_op()
169 if (flags & ALT_FORM3) { in emit_single_op()
224 if (flags & ALT_FORM3) { in emit_single_op()
242 if (flags & ALT_FORM3) { in emit_single_op()
H A DsljitNativePPC_64.c239 if (flags & ALT_FORM3) in emit_single_op()
251 if (flags & ALT_FORM3) { in emit_single_op()
278 if (!(flags & ALT_FORM3)) in emit_single_op()
283 if (!(flags & ALT_FORM3)) in emit_single_op()
289 if (flags & ALT_FORM3) { in emit_single_op()
301 if (flags & ALT_FORM3) { in emit_single_op()
377 if (flags & ALT_FORM3) { in emit_single_op()
395 if (flags & ALT_FORM3) { in emit_single_op()
H A DsljitNativePPC_common.c710 #define ALT_FORM3 0x004000 macro
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()
1561 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1565 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1590 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1596 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1610 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1625 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_RE… in sljit_emit_op2()
1686 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 14 milliseconds