Searched refs:ALT_FORM3 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 108 if (flags & ALT_FORM3) { in emit_single_op() 135 if (flags & (ALT_FORM2 | ALT_FORM3)) { in emit_single_op() 139 if (flags & ALT_FORM3) in emit_single_op() 191 if (flags & ALT_FORM3) { in emit_single_op() 207 if (flags & ALT_FORM3) { in emit_single_op() 231 if (flags & ALT_FORM3) in emit_single_op() 240 return (flags & ALT_FORM3) ? push_inst(compiler, MTXER | S(0)) : SLJIT_SUCCESS; in emit_single_op()
|
D | sljitNativePPC_64.c | 227 if (flags & ALT_FORM3) { in emit_single_op() 257 if (flags & (ALT_FORM2 | ALT_FORM3)) { in emit_single_op() 261 if (flags & ALT_FORM3) in emit_single_op() 318 if (flags & ALT_FORM3) { in emit_single_op() 334 if (flags & ALT_FORM3) { in emit_single_op() 370 if (flags & ALT_FORM3) in emit_single_op() 385 return (flags & ALT_FORM3) ? push_inst(compiler, MTXER | S(0)) : SLJIT_SUCCESS; in emit_single_op()
|
D | sljitNativePPC_common.c | 544 #define ALT_FORM3 0x040000 macro 1134 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_F… in emit_op() 1522 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1526 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1570 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1576 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1583 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1634 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1638 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1645 flags |= ALT_FORM3; in sljit_emit_op2()
|