aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)Author
2013-12-22PPC: Fix compilation with TCG debugAlexander Graf
2013-12-20Add xxsldwiTom Musta
2013-12-20Add xxspltwTom Musta
2013-12-20Add xxselTom Musta
2013-12-20Add xxmrgh/xxmrglTom Musta
2013-12-20Add Power7 VSX Logical InstructionsTom Musta
2013-12-20Add VSX Vector Move InstructionsTom Musta
2013-12-20Add VSX Scalar Move InstructionsTom Musta
2013-12-20Add stxvw4xTom Musta
2013-12-20Add stxsdxTom Musta
2013-12-20Add lxvw4xTom Musta
2013-12-20Add lxvdsxTom Musta
2013-12-20Add lxsdxTom Musta
2013-12-20Add xxpermdiTom Musta
2013-12-20Add stxvd2xTom Musta
2013-12-20Add lxvd2xTom Musta
2013-12-20Add VSR to Global RegistersTom Musta
2013-12-20Add VSX Instruction DecodersTom Musta
2013-12-20Add MSR VSX and Associated ExceptionTom Musta
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-09-02target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-09target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPUAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-05-08PPC: Depend behavior of cmp instructions only on instruction encodingAlexander Graf
2013-05-08PPC: Fix rldclAlexander Graf
2013-05-06target-ppc: Fix invalid SPR read/write warningsAnton Blanchard
2013-04-27target-ppc: slightly optimize lfiwaxAurelien Jarno
2013-04-26target-ppc: add support for extended mtfsf/mtfsfi formsAurelien Jarno
2013-04-26target-ppc: emulate store doubleword pair instructionsAurelien Jarno
2013-04-26target-ppc: emulate load doubleword pair instructionsAurelien Jarno
2013-04-26target-ppc: emulate lfiwax instructionAurelien Jarno
2013-04-26target-ppc: emulate fcpsgn instructionAurelien Jarno
2013-04-26target-ppc: emulate prtyw and prtyd instructionsAurelien Jarno
2013-04-26target-ppc: emulate cmpb instructionAurelien Jarno
2013-04-26target-ppc: optimize fabs, fnabs, fnegAurelien Jarno
2013-04-26target-ppc: Fix narrow-mode add/sub carry outputRichard Henderson
2013-04-26target-ppc: fix nego and subf*o instructionsAurelien Jarno
2013-03-22target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson
2013-03-22target-ppc: Use NARROW_MODE macro for addressesRichard Henderson
2013-03-22target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson
2013-03-22target-ppc: Use NARROW_MODE macro for branchesRichard Henderson
2013-03-22target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell