Lines Matching refs:neg_op
2077 sljit_s32 neg_op = 0; in emit_op() local
2094 neg_op = SLJIT_SUB; in emit_op()
2098 neg_op = SLJIT_SUBC; in emit_op()
2102 neg_op = SLJIT_ADD; in emit_op()
2106 neg_op = SLJIT_ADDC; in emit_op()
2128 if (neg_op != 0) { in emit_op()
2129 …src2_reg = (sljit_s32)get_imm((neg_op == SLJIT_ADD || neg_op == SLJIT_SUB) ? (sljit_uw)-src2w : ~(… in emit_op()
2131 op = neg_op | GET_ALL_FLAGS(op); in emit_op()
2156 if (neg_op >= SLJIT_SUB) { in emit_op()
2164 op = neg_op | GET_ALL_FLAGS(op); in emit_op()
2230 if (src2_reg == 0 && neg_op != 0) { in emit_op()
2233 op = neg_op; in emit_op()
2257 if (src1_reg == 0 && neg_op != 0) { in emit_op()
2260 op = neg_op; in emit_op()