Age | Commit message (Expand) | Author |
2019-02-18 | target/ppc: convert vmin* and vmax* to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vadd*s and vsub*s to vector operations | Richard Henderson |
2019-02-18 | target/ppc: Split out VSCR_SAT to a vector field | Richard Henderson |
2019-02-18 | target/ppc: Add set_vscr_sat | Richard Henderson |
2019-02-18 | target/ppc: Add helper_mfvscr | Richard Henderson |
2019-02-18 | target/ppc: Pass integer to helper_mtvscr | Richard Henderson |
2019-02-18 | target/ppc: convert vsplt[bhw] to use vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vspltis[bhw] to use vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper... | Mark Cave-Ayland |
2019-02-04 | target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: simplify VEXT_SIGNED macro in int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: eliminate use of EL_IDX macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland |
2019-02-04 | target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland |
2019-01-09 | target/ppc: replace AVR* macros with Vsr* macros | Mark Cave-Ayland |
2019-01-09 | target/ppc: merge ppc_vsr_t and ppc_avr_t union types | Mark Cave-Ayland |
2018-08-21 | target/ppc: simplify bcdadd/sub functions | Yasmin Beatriz |
2018-08-21 | target/ppc: bcdsub fix sign when result is zero | Yasmin Beatriz |
2018-07-07 | target/ppc: fix build on ppc64 host | Laurent Vivier |
2018-06-01 | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-11 | rename included C files to foo.inc.c, remove osdep.h | Paolo Bonzini |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée |
2018-01-10 | target/ppc: more use of the PPC_*() macros | Cédric Le Goater |
2017-10-17 | target/ppc: Fix carry flag setting for shift algebraic instructions | Sandipan Das |
2017-03-01 | target/ppc: introduce helper_update_ov_legacy | Nikunj A Dadhania |
2017-01-31 | ppc: Implement bcdutrunc. instruction | Jose Ricardo Ziviani |
2017-01-31 | ppc: Implement bcdtrunc. instruction | Jose Ricardo Ziviani |
2017-01-31 | ppc: Implement bcdsr. instruction | Jose Ricardo Ziviani |
2017-01-31 | ppc: Implement bcdus. instruction | Jose Ricardo Ziviani |
2017-01-31 | ppc: Implement bcds. instruction | Jose Ricardo Ziviani |
2017-01-31 | ppc: Fix a warning in bcdcfz code and improve BCD_DIG_BYTE macro | Jose Ricardo Ziviani |
2017-01-31 | target-ppc: Add xxinsertw instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xxextractuw instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Implement bcd_is_valid function | Jose Ricardo Ziviani |
2017-01-31 | target-ppc: add vextu[bhw][lr]x instructions | Avinesh Kumar |
2017-01-31 | target-ppc: Implement bcdsetsgn. instruction | Jose Ricardo Ziviani |
2017-01-31 | target-ppc: Implement bcdcpsgn. instruction | Jose Ricardo Ziviani |
2017-01-31 | target-ppc: Implement bcdctsq. instruction | Jose Ricardo Ziviani |
2017-01-31 | target-ppc: Implement bcdcfsq. instruction | Jose Ricardo Ziviani |
2017-01-31 | target-ppc: rename CRF_* defines as CRF_*_BIT | Nikunj A Dadhania |
2017-01-10 | target-ppc: Use ctpop helper | Richard Henderson |
2017-01-10 | target-ppc: Use clz and ctz opcodes | Richard Henderson |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |