aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)Author
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland
2019-03-12target/ppc: introduce single fpr_offset() functionMark Cave-Ayland
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh
2019-02-26target/ppc: Add POWER9 exception modelBenjamin Herrenschmidt
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt
2019-02-26target/ppc: Fix nip on power management instructionsBenjamin Herrenschmidt
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland
2019-02-17ppc: fix crash during branch steppingRoman Kapl
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk
2018-11-08target/ppc: add external PID supportRoman Kapl
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota
2018-07-03target/ppc: Implement the rest of gen_st_atomicRichard Henderson
2018-07-03target/ppc: Implement the rest of gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Use atomic min/max helpersRichard Henderson
2018-07-03target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson
2018-07-03target/ppc: Split out gen_st_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_ld_atomicRichard Henderson
2018-07-03target/ppc: Split out gen_load_lockedRichard Henderson
2018-07-03target/ppc: Tidy gen_conditional_storeRichard Henderson
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard 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
2018-06-21target/ppc: Add missing opcode for icbt on PPC440BALATON Zoltan
2018-06-12target/ppc: extend eieio for POWER9Cédric Le Goater
2018-06-12target/ppc: Use proper logging function for possible guest errorsThomas Huth
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-18target/ppc: Honor CPU_DUMP_FPURichard Henderson
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson
2018-04-27target/ppc: Fix reserved bit mask of dstst instructionBALATON Zoltan
2018-04-10target/ppc: Initialize lazy_tlb_flush correctlyDavid Gibson
2018-03-18target/ppc: fix tlbsync to check privilege level depending on GTSECédric Le Goater
2018-02-16target/ppc: convert to TranslatorOpsEmilio G. Cota
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater
2018-01-20target-ppc: optimize cmp translationpbonzini@redhat.com