Home
last modified time | relevance | path

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

/PHP-8.1/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()
136 if (!(flags & ALT_FORM3)) in emit_single_op()
141 if (!(flags & ALT_FORM3)) in emit_single_op()
147 if (flags & ALT_FORM3) { in emit_single_op()
159 if (flags & ALT_FORM3) { in emit_single_op()
206 if (flags & ALT_FORM3) { in emit_single_op()
222 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()
277 if (!(flags & ALT_FORM3)) in emit_single_op()
282 if (!(flags & ALT_FORM3)) in emit_single_op()
288 if (flags & ALT_FORM3) { in emit_single_op()
300 if (flags & ALT_FORM3) { in emit_single_op()
361 if (flags & ALT_FORM3) { in emit_single_op()
377 if (flags & ALT_FORM3) { in emit_single_op()
H A DsljitNativePPC_common.c670 #define ALT_FORM3 0x004000 macro
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()
1431 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1435 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1457 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1463 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1477 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1492 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_RE… in sljit_emit_op2()
1552 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 13 milliseconds