Searched refs:ALT_FORM4 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativePPC_32.c | 112 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()
|
D | sljitNativePPC_64.c | 232 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()
|
D | sljitNativePPC_common.c | 541 #define ALT_FORM4 0x080000 macro 1145 …sljit_si flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FO… in emit_op() 1522 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1526 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1561 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1582 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1588 …return emit_op(compiler, SLJIT_SUB, flags | ((op & SLJIT_SET_U) ? ALT_FORM4 : 0) | ((op & (SLJIT_S… in sljit_emit_op2()
|