Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_32.c108 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()
H A DsljitNativePPC_64.c227 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()
H A DsljitNativePPC_common.c540 #define ALT_FORM3 0x040000 macro
1130 …sljit_si flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FO… in emit_op()
1518 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1522 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1566 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1572 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1579 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1630 … return emit_op(compiler, GET_OPCODE(op), 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, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1641 flags |= ALT_FORM3; in sljit_emit_op2()

Completed in 32 milliseconds