summaryrefslogtreecommitdiffstats
path: root/target/ppc/int_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Fix bcdsub. emulation when result overflowsFabiano Rosas2021-03-091-3/+10
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-241-13/+35
|\
| * target/ppc: add vmulh{su}d instructionsLijun Pan2020-08-121-0/+16
| * target/ppc: add vmulh{su}w instructionsLijun Pan2020-08-121-0/+19
| * target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan2020-08-121-13/+0Star
* | meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
|/
* target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson2020-06-021-17/+0Star
* softfloat: Name compare relation enumRichard Henderson2020-05-191-6/+7
* target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland2019-10-041-47/+25Star
* target/ppc: Optimize emulation of vclzw instructionStefan Brankovic2019-08-211-3/+0Star
* target/ppc: Optimize emulation of vclzd instructionStefan Brankovic2019-08-211-3/+0Star
* target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic2019-08-211-276/+0Star
* target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic2019-08-211-35/+0Star
* target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic2019-08-211-18/+0Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+2
* target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland2019-07-021-8/+4Star
* target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland2019-07-021-12/+10Star
* target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson2019-05-291-37/+0Star
* target/ppc: Fix vsum2swsAnton Blanchard2019-05-291-1/+1
* target/ppc: Fix vslv and vsrvAnton Blanchard2019-05-291-7/+7
* target/ppc: Use qemu_guest_getrandom for DARNRichard Henderson2019-05-221-11/+26
* target/ppc: Style fixes for int_helper.cDavid Gibson2019-04-261-31/+39
* target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson2019-02-181-27/+0Star
* target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson2019-02-181-14/+4Star
* target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2019-02-181-3/+8
* target/ppc: Add set_vscr_satRichard Henderson2019-02-181-12/+17
* target/ppc: Add helper_mfvscrRichard Henderson2019-02-181-0/+5
* target/ppc: Pass integer to helper_mtvscrRichard Henderson2019-02-181-3/+3
* target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson2019-02-181-19/+0Star
* target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson2019-02-181-15/+0Star
* target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland2019-02-181-7/+0Star
* target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland2019-02-041-110/+45Star
* target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland2019-02-041-28/+20Star
* target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland2019-02-041-7/+7
* target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland2019-02-041-39/+27Star
* target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland2019-02-041-95/+85Star
* target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland2019-02-041-21/+27
* target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland2019-02-041-35/+19Star
* target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland2019-01-081-17/+13Star
* target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland2019-01-081-27/+29
* target/ppc: simplify bcdadd/sub functionsYasmin Beatriz2018-08-211-31/+18Star
* target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz2018-08-211-0/+3
* target/ppc: fix build on ppc64 hostLaurent Vivier2018-07-071-1/+1
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini2018-05-111-1/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* target/ppc: more use of the PPC_*() macrosCédric Le Goater2018-01-101-1/+1
* target/ppc: Fix carry flag setting for shift algebraic instructionsSandipan Das2017-10-171-8/+8
* target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania2017-03-011-21/+13Star