[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/3] Fix ADDX compilation plus improvements, v2
From: |
Richard Henderson |
Subject: |
[Qemu-devel] [PATCH 0/3] Fix ADDX compilation plus improvements, v2 |
Date: |
Wed, 12 May 2010 11:04:24 -0700 |
Changes v1->v2:
* Fix ADDX carry generation properly, i.e. use the previous ADD
ICC carry computation for ADDX ICC and XCC.
* Tidy PSR generators wrt CODING_STYLE, other minor improvements.
* Set CC_OP properly in patch 3.
r~
Richard Henderson (3):
target-sparc: Fix compilation with --enable-debug.
target-sparc: Simplify ICC generation.
target-sparc: Inline some generation of carry for ADDX/SUBX.
target-sparc/op_helper.c | 220 ++++++++++++++++++++++++--------------
target-sparc/translate.c | 272 +++++++++++++++++++++++++++++++++-------------
2 files changed, 338 insertions(+), 154 deletions(-)
- [Qemu-devel] Re: [PATCH 2/3] target-sparc: Simplify ICC generation; fix ADDX carry generation., (continued)