Searched refs:ALT_FORM3 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/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 | 540 #define ALT_FORM3 0x040000 macro 1145 …sljit_si flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FO… in emit_op() 1532 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1536 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1580 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1586 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1593 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1644 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1648 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1655 flags |= ALT_FORM3; in sljit_emit_op2()
|