On 2013-02-19 09:40, Richard Henderson wrote:
+/* Otherwise compute the carry-out in two steps. */
+tcg_gen_add_tl(cpu_T[0], cpu_T[0], cpu_regs[reg]);
+tcg_gen_setcond_tl(TCG_COND_LTU, cpu_tmp4,
+
Signed-off-by: Richard Henderson
---
target-i386/cc_helper.c | 30 +
target-i386/cpu.c | 4 +-
target-i386/cpu.h | 4 ++
target-i386/helper.c| 4 ++
target-i386/translate.c | 109 ++--
5 files changed, 146 insertions(+
Signed-off-by: Richard Henderson
---
target-i386/cc_helper.c | 25 +++
target-i386/cpu.c | 4 +-
target-i386/cpu.h | 4 ++
target-i386/helper.c| 4 ++
target-i386/translate.c | 107 ++--
5 files changed, 139 insertions(+),