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