Searched refs:ALT_FORM3 (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_32.c | 112 if (flags & ALT_FORM3) in emit_single_op() 124 if (flags & ALT_FORM3) { in emit_single_op() 142 if (!(flags & ALT_FORM3)) in emit_single_op() 147 if (!(flags & ALT_FORM3)) in emit_single_op() 153 if (flags & ALT_FORM3) { in emit_single_op() 165 if (flags & ALT_FORM3) { in emit_single_op() 220 if (flags & ALT_FORM3) { in emit_single_op() 238 if (flags & ALT_FORM3) { in emit_single_op()
|
H A D | sljitNativePPC_64.c | 239 if (flags & ALT_FORM3) in emit_single_op() 251 if (flags & ALT_FORM3) { in emit_single_op() 278 if (!(flags & ALT_FORM3)) in emit_single_op() 283 if (!(flags & ALT_FORM3)) in emit_single_op() 289 if (flags & ALT_FORM3) { in emit_single_op() 301 if (flags & ALT_FORM3) { in emit_single_op() 377 if (flags & ALT_FORM3) { in emit_single_op() 395 if (flags & ALT_FORM3) { in emit_single_op()
|
H A D | sljitNativePPC_common.c | 807 #define ALT_FORM3 0x004000 macro 1755 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1759 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2() 1788 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1792 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); 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() 1823 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1837 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1852 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_RE… in sljit_emit_op2() 1920 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() [all …]
|
Completed in 15 milliseconds