summaryrefslogtreecommitdiffstats
path: root/target/ppc/mem_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Use probe_write for DCBZRichard Henderson2020-02-031-1/+1
* target/ppc: Remove redundant mask in DCBZRichard Henderson2020-02-031-1/+1
* target/ppc: Use probe_access for LMW, STMWRichard Henderson2020-02-031-13/+32
* target/ppc: Use probe_access for LSW, STSWRichard Henderson2020-02-031-20/+128
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson2020-01-161-9/+2Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+2
* target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland2019-07-021-4/+2Star
* target/ppc: remove getVSR()/putVSR() from mem_helper.cMark Cave-Ayland2019-07-021-11/+12
* target/ppc: Style fixes for mem_helper.cDavid Gibson2019-04-261-14/+19
* target/ppc: add external PID supportRoman Kapl2018-11-081-3/+31
* target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson2018-10-191-5/+28
* target/ppc: Use atomic cmpxchg for STQCXRichard Henderson2018-07-031-0/+38
* target/ppc: Use atomic store for STQRichard Henderson2018-07-031-0/+14
* target/ppc: Use atomic load for LQ and LQARXRichard Henderson2018-07-031-1/+19
* ppc: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* target-ppc: implement stxvll instructionsNikunj A Dadhania2017-01-311-0/+1
* target-ppc: implement stxvl instructionNikunj A Dadhania2017-01-311-0/+29
* target-ppc: implement lxvll instructionNikunj A Dadhania2017-01-311-0/+1
* target-ppc: implement lxvl instructionNikunj A Dadhania2017-01-311-0/+35
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+310