]> git.proxmox.com Git - qemu.git/commit
target-i386: use gen_op for cmps/scas
authorRichard Henderson <rth@twiddle.net>
Wed, 23 Jan 2013 22:51:34 +0000 (14:51 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Feb 2013 23:03:58 +0000 (15:03 -0800)
commit63633fe6eb15107d688f3b7f61a4b379f57fc4ca
tree1ba704c6830017e30af47ccfa4ca02f2dec5fe52
parent3b9d3cf1609ec98411508c1e8b6dde711117825f
target-i386: use gen_op for cmps/scas

Replace low-level ops with a higher-level "cmp %al, (A0)" in the case
of scas, and "cmp T0, (A0)" in the case of cmps.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c