index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-ppc
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-6
/
+9
*
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
PPC: Depend behavior of cmp instructions only on instruction encoding
Alexander Graf
2013-05-08
1
-16
/
+16
*
PPC: Fix rldcl
Alexander Graf
2013-05-08
1
-2
/
+0
*
target-ppc: Fix invalid SPR read/write warnings
Anton Blanchard
2013-05-06
1
-16
/
+16
*
target-ppc: slightly optimize lfiwax
Aurelien Jarno
2013-04-27
1
-4
/
+1
*
target-ppc: add support for extended mtfsf/mtfsfi forms
Aurelien Jarno
2013-04-26
1
-12
/
+34
*
target-ppc: emulate store doubleword pair instructions
Aurelien Jarno
2013-04-26
1
-0
/
+48
*
target-ppc: emulate load doubleword pair instructions
Aurelien Jarno
2013-04-26
1
-0
/
+48
*
target-ppc: emulate lfiwax instruction
Aurelien Jarno
2013-04-26
1
-0
/
+21
*
target-ppc: emulate fcpsgn instruction
Aurelien Jarno
2013-04-26
1
-0
/
+14
*
target-ppc: emulate prtyw and prtyd instructions
Aurelien Jarno
2013-04-26
1
-0
/
+34
*
target-ppc: emulate cmpb instruction
Aurelien Jarno
2013-04-26
1
-0
/
+8
*
target-ppc: optimize fabs, fnabs, fneg
Aurelien Jarno
2013-04-26
1
-6
/
+34
*
target-ppc: Fix narrow-mode add/sub carry output
Richard Henderson
2013-04-26
1
-13
/
+22
*
target-ppc: fix nego and subf*o instructions
Aurelien Jarno
2013-04-26
1
-1
/
+1
*
target-ppc: Use NARROW_MODE macro for tlbie
Richard Henderson
2013-03-22
1
-4
/
+3
*
target-ppc: Use NARROW_MODE macro for addresses
Richard Henderson
2013-03-22
1
-33
/
+18
*
target-ppc: Use NARROW_MODE macro for comparisons
Richard Henderson
2013-03-22
1
-25
/
+16
*
target-ppc: Use NARROW_MODE macro for branches
Richard Henderson
2013-03-22
1
-38
/
+24
*
target-ppc: Fix add and subf carry generation in narrow mode
Richard Henderson
2013-03-22
1
-16
/
+48
*
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
2013-03-22
1
-1
/
+0
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-1
/
+2
*
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-03-03
1
-2
/
+2
*
target-ppc: Fix SUBFE carry
Richard Henderson
2013-02-25
1
-4
/
+5
*
target-ppc: Compute mullwo without branches
Richard Henderson
2013-02-23
1
-28
/
+14
*
target-ppc: Compute arithmetic shift carry without branches
Richard Henderson
2013-02-23
1
-40
/
+31
*
target-ppc: Implement neg in terms of subf
Richard Henderson
2013-02-23
1
-44
/
+19
*
target-ppc: Use add2 for carry generation
Richard Henderson
2013-02-23
1
-125
/
+69
*
target-ppc: Compute addition carry with setcond
Richard Henderson
2013-02-23
1
-26
/
+16
*
target-ppc: Compute addition overflow without branches
Richard Henderson
2013-02-23
1
-33
/
+13
*
target-ppc: Use setcond in gen_op_cmp
Richard Henderson
2013-02-23
1
-23
/
+23
*
target-ppc: Split out SO, OV, CA fields from XER
Richard Henderson
2013-02-23
1
-73
/
+115
*
target-ppc: Use mul*2 in mulh* insns
Richard Henderson
2013-02-23
1
-44
/
+38
*
target-ppc: Fix build for PPC_DEBUG_DISAS
Andreas Färber
2013-02-01
1
-1
/
+1
*
PPC: Unify dcbzl code path
Alexander Graf
2013-02-01
1
-21
/
+12
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-3
/
+3
*
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-1
/
+1
*
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-2
/
+2
*
PPC: Fix missing TRACE exception
Julio Guerra
2012-11-26
1
-1
/
+2
*
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-3
/
+3
*
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-4
/
+5
*
disas: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-1
/
+1
*
target-ppc: Extend FPU state for newer POWER CPUs
David Gibson
2012-11-01
1
-11
/
+18
*
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
2012-09-27
1
-1
/
+2
*
target-ppc: fix altivec instructions
Aurelien Jarno
2012-08-28
1
-1
/
+1
*
target-ppc: Fix build with --enable-debug
Stefan Weil
2012-06-24
1
-1
/
+1
[next]