Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c94 if (flags & ALT_FORM1) { in emit_single_op()
128 if (flags & ALT_FORM1) { in emit_single_op()
183 if (flags & ALT_FORM1) { in emit_single_op()
190 if (flags & ALT_FORM1) { in emit_single_op()
201 if (flags & ALT_FORM1) { in emit_single_op()
217 if (flags & ALT_FORM1) { in emit_single_op()
233 if (flags & ALT_FORM1) { in emit_single_op()
241 if (flags & ALT_FORM1) { in emit_single_op()
249 if (flags & ALT_FORM1) { in emit_single_op()
H A DsljitNativePPC_64.c204 if (flags & ALT_FORM1) in emit_single_op()
209 if (flags & ALT_FORM1) { in emit_single_op()
261 if (flags & ALT_FORM1) { in emit_single_op()
334 if (flags & ALT_FORM1) { in emit_single_op()
344 if (flags & ALT_FORM1) { in emit_single_op()
355 if (flags & ALT_FORM1) { in emit_single_op()
371 if (flags & ALT_FORM1) { in emit_single_op()
387 if (flags & ALT_FORM1) { in emit_single_op()
399 if (flags & ALT_FORM1) { in emit_single_op()
411 if (flags & ALT_FORM1) { in emit_single_op()
H A DsljitNativePPC_common.c679 #define ALT_FORM1 0x001000 macro
1462 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1528 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1530 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1535 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… 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()
1596 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1600 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1614 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1618 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 15 milliseconds