[Qemu-devel] [PATCH 36/57] target-i386: use gen_op for cmps/scas

2013-02-19 Thread Richard Henderson
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 Signed-off-by: Richard Henderson --- target-i386/translate.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --gi

[Qemu-devel] [PATCH 36/57] target-i386: use gen_op for cmps/scas

2013-01-23 Thread Richard Henderson
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 Signed-off-by: Richard Henderson --- target-i386/translate.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --gi