summaryrefslogtreecommitdiff
path: root/target/ppc/mem_helper.c
AgeCommit message (Expand)Author
2020-02-03target/ppc: Use probe_write for DCBZRichard Henderson
2020-02-03target/ppc: Remove redundant mask in DCBZRichard Henderson
2020-02-03target/ppc: Use probe_access for LMW, STMWRichard Henderson
2020-02-03target/ppc: Use probe_access for LSW, STSWRichard Henderson
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-02target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland
2019-07-02target/ppc: remove getVSR()/putVSR() from mem_helper.cMark Cave-Ayland
2019-04-26target/ppc: Style fixes for mem_helper.cDavid Gibson
2018-11-08target/ppc: add external PID supportRoman Kapl
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson
2018-07-03target/ppc: Use atomic store for STQRichard Henderson
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson
2017-08-31ppc: use DIV_ROUND_UPMarc-André Lureau
2017-01-31target-ppc: implement stxvll instructionsNikunj A Dadhania
2017-01-31target-ppc: implement stxvl instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxvll instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxvl instructionNikunj A Dadhania
2016-12-20Move target-* CPU file into a target/ folderThomas Huth