Re: [Qemu-devel] [PATCH 03/14] i386: factor setting of s->cc_op handling for string functions

2012-10-09 Thread Richard Henderson
On 10/06/2012 05:30 AM, Paolo Bonzini wrote: > Set it to the appropriate CC_OP_SUBx constant in gen_scas/gen_cmps. > In the repz case it can be overridden to CC_OP_DYNAMIC after generating > the code. > > Signed-off-by: Paolo Bonzini Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH 03/14] i386: factor setting of s->cc_op handling for string functions

2012-10-06 Thread Paolo Bonzini
Set it to the appropriate CC_OP_SUBx constant in gen_scas/gen_cmps. In the repz case it can be overridden to CC_OP_DYNAMIC after generating the code. Signed-off-by: Paolo Bonzini --- target-i386/translate.c | 9 + 1 file modificato, 5 inserzioni(+), 4 rimozioni(-) diff --git a/target-i3