summaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)Author
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
2018-01-20target/ppc: msgsnd and msgclr instructions need hypervisor privilegeCédric Le Goater
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-15target/ppc: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-25target/ppc: Convert to disas_set_info hookRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota