]> Git Repo - qemu.git/commit - target/i386/translate.c
target-i386: use gen_op for cmps/scas
authorRichard Henderson <[email protected]>
Wed, 23 Jan 2013 22:51:34 +0000 (14:51 -0800)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target-i386/translate.c
This page took 0.0227 seconds and 4 git commands to generate.