Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c106 if (flags & ALT_FORM4) { in emit_single_op()
117 SLJIT_ASSERT(!(flags & ALT_FORM4)); in emit_single_op()
144 if (!(flags & ALT_FORM4)) in emit_single_op()
149 if (!(flags & ALT_FORM4)) in emit_single_op()
161 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_64.c230 if (flags & ALT_FORM4) { in emit_single_op()
242 if (flags & ALT_FORM4) { in emit_single_op()
277 if (!(flags & ALT_FORM4)) in emit_single_op()
282 if (!(flags & ALT_FORM4)) in emit_single_op()
310 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_common.c682 #define ALT_FORM4 0x008000 macro
1151 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1484 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1488 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1496 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1500 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1502 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1551 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3 | ALT_FORM4, dst, dstw, src1, sr… in sljit_emit_op2()
1553 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1566 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 13 milliseconds