Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c236 if (flags & ALT_FORM2) { in emit_single_op()
268 if (flags & ALT_FORM2) { in emit_single_op()
280 if (flags & ALT_FORM2) { in emit_single_op()
325 if (flags & ALT_FORM2) in emit_single_op()
334 if (flags & ALT_FORM2) { in emit_single_op()
345 if (flags & ALT_FORM2) { in emit_single_op()
361 if (flags & ALT_FORM2) { in emit_single_op()
375 if (flags & ALT_FORM2) { in emit_single_op()
382 …return push_inst(compiler, ((flags & ALT_FORM2) ? SLW : SLD) | RC(flags) | S(src1) | A(dst) | B(sr… in emit_single_op()
387 if (flags & ALT_FORM2) { in emit_single_op()
[all …]
H A DsljitNativePPC_32.c104 if (flags & ALT_FORM2) { in emit_single_op()
133 if (flags & ALT_FORM2) { in emit_single_op()
145 if (flags & ALT_FORM2) { in emit_single_op()
185 if (flags & ALT_FORM2) { in emit_single_op()
196 if (flags & ALT_FORM2) { in emit_single_op()
212 if (flags & ALT_FORM2) { in emit_single_op()
H A DsljitNativePPC_common.c668 #define ALT_FORM2 0x002000 macro
1370 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1374 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
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()
1427 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1432 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1470 flags |= ALT_FORM2; in sljit_emit_op2()
1501 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1505 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 16 milliseconds