Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c157 if (flags & ALT_FORM5) { in emit_single_op()
166 if (flags & ALT_FORM5) in emit_single_op()
DsljitNativePPC_64.c304 if (flags & ALT_FORM5) { in emit_single_op()
314 if (flags & ALT_FORM5) in emit_single_op()
DsljitNativePPC_common.c581 #define ALT_FORM5 0x010000 macro
982 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1366 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1376 …T_SUB, flags | ((GET_FLAG_TYPE(op) == GET_FLAG_TYPE(SLJIT_SET_CARRY)) ? ALT_FORM5 : 0), dst, dstw,… in sljit_emit_op2()