Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c112 if (flags & ALT_FORM4) { in emit_single_op()
143 if (flags & (ALT_FORM4 | ALT_FORM5)) { in emit_single_op()
144 if (flags & ALT_FORM4) in emit_single_op()
DsljitNativePPC_64.c232 if (flags & ALT_FORM4) { in emit_single_op()
265 if (flags & (ALT_FORM4 | ALT_FORM5)) { in emit_single_op()
266 if (flags & ALT_FORM4) in emit_single_op()
DsljitNativePPC_common.c545 #define ALT_FORM4 0x080000 macro
1134 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_F… in emit_op()
1512 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1516 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1551 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1572 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1578 …return emit_op(compiler, SLJIT_SUB, flags | ((op & SLJIT_SET_U) ? ALT_FORM4 : 0) | ((op & (SLJIT_S… in sljit_emit_op2()