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

/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_32.c152 if (flags & ALT_FORM6)
H A DsljitNativePPC_64.c275 if (flags & ALT_FORM6)
H A DsljitNativePPC_common.c547 #define ALT_FORM6 0x200000 macro
562 ALT_FORM6 0x200000 */
1134 sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FORM6 | ALT_SIGN_EXT | ALT_SET_FLAGS);
1587 return emit_op(compiler, SLJIT_SUB, flags | (!(op & SLJIT_SET_U) ? 0 : ALT_FORM6), dst, dstw, src1, src1w, src2, src2w);

Completed in 138 milliseconds