aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)Author
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
2013-02-25target-ppc: Fix SUBFE carryRichard Henderson
2013-02-23target-ppc: Compute mullwo without branchesRichard Henderson
2013-02-23target-ppc: Compute arithmetic shift carry without branchesRichard Henderson
2013-02-23target-ppc: Implement neg in terms of subfRichard Henderson
2013-02-23target-ppc: Use add2 for carry generationRichard Henderson
2013-02-23target-ppc: Compute addition carry with setcondRichard Henderson
2013-02-23target-ppc: Compute addition overflow without branchesRichard Henderson
2013-02-23target-ppc: Use setcond in gen_op_cmpRichard Henderson
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson
2013-02-01target-ppc: Fix build for PPC_DEBUG_DISASAndreas Färber
2013-02-01PPC: Unify dcbzl code pathAlexander Graf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-26PPC: Fix missing TRACE exceptionJulio Guerra
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin