Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c152 if (flags & ALT_FORM6) in emit_single_op()
DsljitNativePPC_64.c275 if (flags & ALT_FORM6) in emit_single_op()
DsljitNativePPC_common.c547 #define ALT_FORM6 0x200000 macro
1134 …ut_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FORM6 | ALT_SIGN_EXT |… in emit_op()
1587 …return emit_op(compiler, SLJIT_SUB, flags | (!(op & SLJIT_SET_U) ? 0 : ALT_FORM6), dst, dstw, src1… in sljit_emit_op2()