Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c107 if (flags & ALT_FORM1) { in emit_single_op()
143 if (flags & ALT_FORM1) { in emit_single_op()
198 if (flags & ALT_FORM1) { in emit_single_op()
205 if (flags & ALT_FORM1) { in emit_single_op()
216 if (flags & ALT_FORM1) { in emit_single_op()
234 if (flags & ALT_FORM1) { in emit_single_op()
253 if (flags & ALT_FORM1) { in emit_single_op()
268 if (flags & ALT_FORM1) { in emit_single_op()
284 if (flags & ALT_FORM1) { in emit_single_op()
299 if (flags & ALT_FORM1) { in emit_single_op()
H A DsljitNativePPC_64.c208 return push_inst(compiler, ((flags & ALT_FORM1) ? CNTLZW : CNTLZD) | S(src2) | A(dst)); in emit_single_op()
221 if (flags & ALT_FORM1) { in emit_single_op()
275 if (flags & ALT_FORM1) { in emit_single_op()
348 if (flags & ALT_FORM1) { in emit_single_op()
358 if (flags & ALT_FORM1) { in emit_single_op()
369 if (flags & ALT_FORM1) { in emit_single_op()
387 if (flags & ALT_FORM1) { in emit_single_op()
406 if (flags & ALT_FORM1) { in emit_single_op()
428 if (flags & ALT_FORM1) { in emit_single_op()
452 if (flags & ALT_FORM1) { in emit_single_op()
[all …]
H A DsljitNativePPC_common.c708 #define ALT_FORM1 0x001000 macro
1419 …return emit_op(compiler, op, flags | (!(op_flags & SLJIT_32) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1… in sljit_emit_op1()
1515 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1581 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1583 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1590 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1649 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1653 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1667 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1671 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 17 milliseconds