Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c111 if (flags & ALT_FORM4) { in emit_single_op()
124 if (flags & ALT_FORM4) in emit_single_op()
156 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_64.c243 if (flags & ALT_FORM4) { in emit_single_op()
258 if (flags & ALT_FORM4) in emit_single_op()
300 if (flags & ALT_FORM4) { in emit_single_op()
H A DsljitNativePPC_common.c670 #define ALT_FORM4 0x008000 macro
1072 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1387 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1391 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2()
1404 …T_ADD, flags | ((GET_FLAG_TYPE(op) == GET_FLAG_TYPE(SLJIT_SET_CARRY)) ? ALT_FORM4 : 0), dst, dstw,… in sljit_emit_op2()
1445 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1452 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1454 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()

Completed in 16 milliseconds