Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c117 if (flags & ALT_FORM4) { in emit_single_op()
128 SLJIT_ASSERT(!(flags & ALT_FORM4)); in emit_single_op()
155 if (!(flags & ALT_FORM4)) in emit_single_op()
160 if (!(flags & ALT_FORM4)) in emit_single_op()
172 if (flags & ALT_FORM4) { in emit_single_op()
245 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_64.c244 if (flags & ALT_FORM4) { in emit_single_op()
256 if (flags & ALT_FORM4) { in emit_single_op()
291 if (!(flags & ALT_FORM4)) in emit_single_op()
296 if (!(flags & ALT_FORM4)) in emit_single_op()
324 if (flags & ALT_FORM4) { in emit_single_op()
402 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_common.c808 #define ALT_FORM4 0x008000 macro
1764 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1768 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1776 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1780 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1782 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1833 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1846 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1857 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1889 return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM4, dst, dstw, TMP_REG1, 0, src1, src1w); in sljit_emit_op2()
[all …]

Completed in 17 milliseconds