| Commit message (Expand) | Author | Age | Files | Lines |
* | target/ppc: Fix bcdsub. emulation when result overflows | Fabiano Rosas | 2021-03-09 | 1 | -3/+10 |
* | powerpc tcg: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into... | Peter Maydell | 2020-08-24 | 1 | -13/+35 |
|\ |
|
| * | target/ppc: add vmulh{su}d instructions | Lijun Pan | 2020-08-12 | 1 | -0/+16 |
| * | target/ppc: add vmulh{su}w instructions | Lijun Pan | 2020-08-12 | 1 | -0/+19 |
| * | target/ppc: convert vmuluwm to tcg_gen_gvec_mul | Lijun Pan | 2020-08-12 | 1 | -13/+0 |
* | | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
|/ |
|
* | target/ppc: Use tcg_gen_gvec_rotlv | Richard Henderson | 2020-06-02 | 1 | -17/+0 |
* | softfloat: Name compare relation enum | Richard Henderson | 2020-05-19 | 1 | -6/+7 |
* | target/ppc: use Vsr macros in BCD helpers | Mark Cave-Ayland | 2019-10-04 | 1 | -47/+25 |
* | target/ppc: Optimize emulation of vclzw instruction | Stefan Brankovic | 2019-08-21 | 1 | -3/+0 |
* | target/ppc: Optimize emulation of vclzd instruction | Stefan Brankovic | 2019-08-21 | 1 | -3/+0 |
* | target/ppc: Optimize emulation of vgbbd instruction | Stefan Brankovic | 2019-08-21 | 1 | -276/+0 |
* | target/ppc: Optimize emulation of vsl and vsr instructions | Stefan Brankovic | 2019-08-21 | 1 | -35/+0 |
* | target/ppc: Optimize emulation of lvsl and lvsr instructions | Stefan Brankovic | 2019-08-21 | 1 | -18/+0 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+2 |
* | target/ppc: decode target register in VSX_EXTRACT_INSERT at translation time | Mark Cave-Ayland | 2019-07-02 | 1 | -8/+4 |
* | target/ppc: remove getVSR()/putVSR() from int_helper.c | Mark Cave-Ayland | 2019-07-02 | 1 | -12/+10 |
* | target/ppc: Use vector variable shifts for VSL, VSR, VSRA | Richard Henderson | 2019-05-29 | 1 | -37/+0 |
* | target/ppc: Fix vsum2sws | Anton Blanchard | 2019-05-29 | 1 | -1/+1 |
* | target/ppc: Fix vslv and vsrv | Anton Blanchard | 2019-05-29 | 1 | -7/+7 |
* | target/ppc: Use qemu_guest_getrandom for DARN | Richard Henderson | 2019-05-22 | 1 | -11/+26 |
* | target/ppc: Style fixes for int_helper.c | David Gibson | 2019-04-26 | 1 | -31/+39 |
* | target/ppc: convert vmin* and vmax* to vector operations | Richard Henderson | 2019-02-18 | 1 | -27/+0 |
* | target/ppc: convert vadd*s and vsub*s to vector operations | Richard Henderson | 2019-02-18 | 1 | -14/+4 |
* | target/ppc: Split out VSCR_SAT to a vector field | Richard Henderson | 2019-02-18 | 1 | -3/+8 |
* | target/ppc: Add set_vscr_sat | Richard Henderson | 2019-02-18 | 1 | -12/+17 |
* | target/ppc: Add helper_mfvscr | Richard Henderson | 2019-02-18 | 1 | -0/+5 |
* | target/ppc: Pass integer to helper_mtvscr | Richard Henderson | 2019-02-18 | 1 | -3/+3 |
* | target/ppc: convert vsplt[bhw] to use vector operations | Richard Henderson | 2019-02-18 | 1 | -19/+0 |
* | target/ppc: convert vspltis[bhw] to use vector operations | Richard Henderson | 2019-02-18 | 1 | -15/+0 |
* | target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper... | Mark Cave-Ayland | 2019-02-18 | 1 | -7/+0 |
* | target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c | Mark Cave-Ayland | 2019-02-04 | 1 | -110/+45 |
* | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c | Mark Cave-Ayland | 2019-02-04 | 1 | -28/+20 |
* | target/ppc: simplify VEXT_SIGNED macro in int_helper.c | Mark Cave-Ayland | 2019-02-04 | 1 | -7/+7 |
* | target/ppc: eliminate use of EL_IDX macros from int_helper.c | Mark Cave-Ayland | 2019-02-04 | 1 | -39/+27 |
* | target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c | Mark Cave-Ayland | 2019-02-04 | 1 | -95/+85 |
* | target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 2019-02-04 | 1 | -21/+27 |
* | target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 2019-02-04 | 1 | -35/+19 |
* | target/ppc: replace AVR* macros with Vsr* macros | Mark Cave-Ayland | 2019-01-08 | 1 | -17/+13 |
* | target/ppc: merge ppc_vsr_t and ppc_avr_t union types | Mark Cave-Ayland | 2019-01-08 | 1 | -27/+29 |
* | target/ppc: simplify bcdadd/sub functions | Yasmin Beatriz | 2018-08-21 | 1 | -31/+18 |
* | target/ppc: bcdsub fix sign when result is zero | Yasmin Beatriz | 2018-08-21 | 1 | -0/+3 |
* | target/ppc: fix build on ppc64 host | Laurent Vivier | 2018-07-07 | 1 | -1/+1 |
* | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | rename included C files to foo.inc.c, remove osdep.h | Paolo Bonzini | 2018-05-11 | 1 | -1/+1 |
* | target/*/cpu.h: remove softfloat.h | Alex Bennée | 2018-02-21 | 1 | -0/+1 |
* | target/ppc: more use of the PPC_*() macros | Cédric Le Goater | 2018-01-10 | 1 | -1/+1 |
* | target/ppc: Fix carry flag setting for shift algebraic instructions | Sandipan Das | 2017-10-17 | 1 | -8/+8 |
* | target/ppc: introduce helper_update_ov_legacy | Nikunj A Dadhania | 2017-03-01 | 1 | -21/+13 |