Searched refs:ALT_FORM1 (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_32.c | 103 if (flags & ALT_FORM1) { in emit_single_op() 139 if (flags & ALT_FORM1) { in emit_single_op() 194 if (flags & ALT_FORM1) { in emit_single_op() 201 if (flags & ALT_FORM1) { in emit_single_op() 212 if (flags & ALT_FORM1) { in emit_single_op() 230 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 D | sljitNativePPC_64.c | 208 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() 411 if (flags & ALT_FORM1) { in emit_single_op() 433 if (flags & ALT_FORM1) { in emit_single_op() 457 if (flags & ALT_FORM1) { in emit_single_op() [all …]
|
H A D | sljitNativePPC_common.c | 805 #define ALT_FORM1 0x001000 macro 1644 flags |= ALT_FORM1; in sljit_emit_op1() 1742 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1808 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1810 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1817 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1876 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1880 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1901 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1905 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() [all …]
|
Completed in 27 milliseconds