[Qemu-devel] [PATCH 0/3] Fix ADDX compilation plus improvements, v2

2010-05-12 Thread Richard Henderson
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 wit

[Qemu-devel] [PATCH 0/3] Fix ADDX compilation plus improvements.

2010-05-10 Thread Richard Henderson
The first patch is required in order to fix TCGv_i32/_i64 type errors. The second patch fixes some mistakes I noticed with ADDX carry generation. The third patch improves code generation for some common cases. With Aurelien's tcg-optimization patches we get nearly optimal code, and it isn't half