Home | History | Annotate | Download | only in target-i386

Lines Matching full:gen_inc

1588 static void gen_inc(DisasContext *s1, int ot, int d, int c)
4533 gen_inc(s, ot, OR_EAX + (b & 7), 1);
4537 gen_inc(s, ot, OR_EAX + (b & 7), -1);
4812 gen_inc(s, ot, opreg, 1);
4819 gen_inc(s, ot, opreg, -1);