Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c108 if (flags & ALT_FORM3) in emit_single_op()
118 if (flags & ALT_FORM3) { in emit_single_op()
135 if (!(flags & ALT_FORM3)) in emit_single_op()
140 if (!(flags & ALT_FORM3)) in emit_single_op()
150 if (flags & ALT_FORM3) { in emit_single_op()
200 if (flags & ALT_FORM3) { in emit_single_op()
216 if (flags & ALT_FORM3) { in emit_single_op()
H A DsljitNativePPC_64.c240 if (flags & ALT_FORM3) in emit_single_op()
250 if (flags & ALT_FORM3) { in emit_single_op()
270 if (!(flags & ALT_FORM3)) in emit_single_op()
275 if (!(flags & ALT_FORM3)) in emit_single_op()
294 if (flags & ALT_FORM3) { in emit_single_op()
349 if (flags & ALT_FORM3) { in emit_single_op()
365 if (flags & ALT_FORM3) { in emit_single_op()
H A DsljitNativePPC_common.c669 #define ALT_FORM3 0x004000 macro
1378 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1382 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1397 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1401 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1423 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1436 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1440 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_RE… in sljit_emit_op2()
1459 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, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 19 milliseconds