Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c236 if (flags & ALT_FORM2) { in emit_single_op()
275 if (flags & ALT_FORM2) { in emit_single_op()
287 if (flags & ALT_FORM2) { in emit_single_op()
337 if (flags & ALT_FORM2) in emit_single_op()
346 if (flags & ALT_FORM2) { in emit_single_op()
357 if (flags & ALT_FORM2) { in emit_single_op()
373 if (flags & ALT_FORM2) { in emit_single_op()
387 if (flags & ALT_FORM2) { in emit_single_op()
394 …return push_inst(compiler, ((flags & ALT_FORM2) ? SLW : SLD) | RC(flags) | S(src1) | A(dst) | B(sr… in emit_single_op()
399 if (flags & ALT_FORM2) { in emit_single_op()
[all …]
H A DsljitNativePPC_32.c104 if (flags & ALT_FORM2) { in emit_single_op()
134 if (flags & ALT_FORM2) { in emit_single_op()
146 if (flags & ALT_FORM2) { in emit_single_op()
191 if (flags & ALT_FORM2) { in emit_single_op()
202 if (flags & ALT_FORM2) { in emit_single_op()
218 if (flags & ALT_FORM2) { in emit_single_op()
H A DsljitNativePPC_common.c669 #define ALT_FORM2 0x002000 macro
1390 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1394 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1398 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1402 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1465 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1473 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1510 flags |= ALT_FORM2; in sljit_emit_op2()
1541 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1545 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 21 milliseconds