Searched refs:neg_op (Results 1 – 1 of 1) sorted by relevance
1783 sljit_s32 neg_op = 0; in emit_op() local1794 neg_op = SLJIT_SUB; in emit_op()1798 neg_op = SLJIT_SUBC; in emit_op()1802 neg_op = SLJIT_ADD; in emit_op()1806 neg_op = SLJIT_ADDC; in emit_op()1826 if (neg_op != 0) { in emit_op()1829 op = neg_op | GET_ALL_FLAGS(op); in emit_op()1852 if (neg_op >= SLJIT_SUB) { in emit_op()1858 op = neg_op | GET_ALL_FLAGS(op); in emit_op()
Completed in 10 milliseconds