Home | History | Annotate | Download | only in i386

Lines Matching refs:is_inc

659         int is_inc = (c == ARITH_ADD) ^ (val < 0);
664 (is_inc ? EXT5_INC_Ev : EXT5_DEC_Ev), r0);
666 tcg_out8(s, (is_inc ? OPC_INC_r32 : OPC_DEC_r32) + r0);