Home
last modified time | relevance | path

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

/php-src/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()
415 if (flags & ALT_FORM2) { in emit_single_op()
437 if (flags & ALT_FORM2) { in emit_single_op()
461 if (flags & ALT_FORM2) { in emit_single_op()
[all …]
H A DsljitNativePPC_32.c108 if (flags & ALT_FORM2) { in emit_single_op()
140 if (flags & ALT_FORM2) { in emit_single_op()
152 if (flags & ALT_FORM2) { in emit_single_op()
205 if (flags & ALT_FORM2) { in emit_single_op()
216 if (flags & ALT_FORM2) { in emit_single_op()
234 if (flags & ALT_FORM2) { in emit_single_op()
H A DsljitNativePPC_common.c759 #define ALT_FORM2 0x002000 macro
1702 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1706 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1710 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1714 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1780 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1788 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1826 flags |= ALT_FORM2; in sljit_emit_op2()
1864 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1868 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 27 milliseconds