summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* 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
* target-ppc: Fix SUBFE carryRichard Henderson2013-02-251-4/+5
* target-ppc: Compute mullwo without branchesRichard Henderson2013-02-231-28/+14
* target-ppc: Compute arithmetic shift carry without branchesRichard Henderson2013-02-231-40/+31
* target-ppc: Implement neg in terms of subfRichard Henderson2013-02-231-44/+19
* target-ppc: Use add2 for carry generationRichard Henderson2013-02-231-125/+69
* target-ppc: Compute addition carry with setcondRichard Henderson2013-02-231-26/+16
* target-ppc: Compute addition overflow without branchesRichard Henderson2013-02-231-33/+13
* target-ppc: Use setcond in gen_op_cmpRichard Henderson2013-02-231-23/+23
* target-ppc: Split out SO, OV, CA fields from XERRichard Henderson2013-02-231-73/+115
* target-ppc: Use mul*2 in mulh* insnsRichard Henderson2013-02-231-44/+38
* target-ppc: Fix build for PPC_DEBUG_DISASAndreas Färber2013-02-011-1/+1
* PPC: Unify dcbzl code pathAlexander Graf2013-02-011-21/+12
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* PPC: Fix missing TRACE exceptionJulio Guerra2012-11-261-1/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-ppc: Extend FPU state for newer POWER CPUsDavid Gibson2012-11-011-11/+18
OpenPOWER on IntegriCloud