aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)Author
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
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
2017-10-17target/ppc: Fix carry flag setting for shift algebraic instructionsSandipan Das
2017-08-31ppc: use DIV_ROUND_UPMarc-André Lureau
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-05-11target/ppc: Change tlbie invalid fields for POWER9 supportSuraj Jitindar Singh
2017-05-11target/ppc: Update tlbie to check privilege level based on GTSESuraj Jitindar Singh
2017-05-11target/ppc: Generate fence operationsNikunj A Dadhania
2017-05-11target/ppc: Emulate LL/SC using cmpxchg helpersNikunj A Dadhania
2017-03-14target/ppc: fix cpu_ov setting for 32-bitNikunj A Dadhania
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff
2017-03-03target/ppc: Don't gen an SDR1 on POWER9 and rework register creationSuraj Jitindar Singh
2017-03-01target/ppc: add mcrxrx instructionNikunj A Dadhania
2017-03-01target/ppc: add ov32 flag in divide operationsNikunj A Dadhania
2017-03-01target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania
2017-03-01target/ppc: use tcg ops for neg instructionNikunj A Dadhania
2017-03-01target/ppc: update overflow flags for add/subNikunj A Dadhania
2017-03-01target/ppc: update ca32 in arithmetic substractNikunj A Dadhania
2017-03-01target/ppc: update ca32 in arithmetic addNikunj A Dadhania
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania
2017-03-01target/ppc: optimize gen_write_xer()Nikunj A Dadhania
2017-02-22target-ppc: add wait instructionNikunj A Dadhania
2017-02-22target-ppc: add slbsync implementationNikunj A Dadhania
2017-02-22target-ppc: add slbieg instructionNikunj A Dadhania
2017-02-22target-ppc: generate exception for copy/pasteNikunj A Dadhania
2017-02-22target-ppc: implement store atomic instructionBalamuruhan S
2017-02-22target-ppc: implement load atomic instructionBalamuruhan S
2017-02-02tcg/POWER9: NOOP the cp_abort instructionSuraj Jitindar Singh
2017-02-02target/ppc/debug: Print LPCR register value if register existsSuraj Jitindar Singh
2017-01-31target-ppc: implement stop instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania
2017-01-31target-ppc: implement stxsd and stxsspNikunj A Dadhania
2017-01-31target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania