summaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-22PPC: Fix compilation with TCG debugAlexander Graf1-62/+81
2013-12-20Add xxsldwiTom Musta1-0/+62
2013-12-20Add xxspltwTom Musta1-0/+31
2013-12-20Add xxselTom Musta1-0/+76
2013-12-20Add xxmrgh/xxmrglTom Musta1-0/+41
2013-12-20Add Power7 VSX Logical InstructionsTom Musta1-0/+29
2013-12-20Add VSX Vector Move InstructionsTom Musta1-0/+71
2013-12-20Add VSX Scalar Move InstructionsTom Musta1-0/+70
2013-12-20Add stxvw4xTom Musta1-0/+28
2013-12-20Add stxsdxTom Musta1-0/+15
2013-12-20Add lxvw4xTom Musta1-0/+29
2013-12-20Add lxvdsxTom Musta1-0/+16
2013-12-20Add lxsdxTom Musta1-0/+16
2013-12-20Add xxpermdiTom Musta1-1/+40
2013-12-20Add stxvd2xTom Musta1-0/+18
2013-12-20Add lxvd2xTom Musta1-0/+18
2013-12-20Add VSR to Global RegistersTom Musta1-0/+27
2013-12-20Add VSX Instruction DecodersTom Musta1-0/+11
2013-12-20Add MSR VSX and Associated ExceptionTom Musta1-0/+6
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-4/+0
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan1-2/+0
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno1-1/+1
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-09-02target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno1-2/+2
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-3/+5
2013-07-09target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPUAndreas Färber1-4/+5
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-6/+9
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber1-1/+1
2013-05-08PPC: Depend behavior of cmp instructions only on instruction encodingAlexander Graf1-16/+16
2013-05-08PPC: Fix rldclAlexander Graf1-2/+0
2013-05-06target-ppc: Fix invalid SPR read/write warningsAnton Blanchard1-16/+16
2013-04-27target-ppc: slightly optimize lfiwaxAurelien Jarno1-4/+1
2013-04-26target-ppc: add support for extended mtfsf/mtfsfi formsAurelien Jarno1-12/+34
2013-04-26target-ppc: emulate store doubleword pair instructionsAurelien Jarno1-0/+48
2013-04-26target-ppc: emulate load doubleword pair instructionsAurelien Jarno1-0/+48
2013-04-26target-ppc: emulate lfiwax instructionAurelien Jarno1-0/+21
2013-04-26target-ppc: emulate fcpsgn instructionAurelien Jarno1-0/+14
2013-04-26target-ppc: emulate prtyw and prtyd instructionsAurelien Jarno1-0/+34
2013-04-26target-ppc: emulate cmpb instructionAurelien Jarno1-0/+8
2013-04-26target-ppc: optimize fabs, fnabs, fnegAurelien Jarno1-6/+34
2013-04-26target-ppc: Fix narrow-mode add/sub carry outputRichard Henderson1-13/+22
2013-04-26target-ppc: fix nego and subf*o instructionsAurelien Jarno1-1/+1
2013-03-22target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson1-4/+3
2013-03-22target-ppc: Use NARROW_MODE macro for addressesRichard Henderson1-33/+18
2013-03-22target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson1-25/+16
2013-03-22target-ppc: Use NARROW_MODE macro for branchesRichard Henderson1-38/+24
2013-03-22target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson1-16/+48
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson1-1/+0
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+2
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2