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~
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