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
*
PPC: Fix compilation with TCG debug
Alexander Graf
2013-12-22
1
-62
/
+81
*
Add xxsldwi
Tom Musta
2013-12-20
1
-0
/
+62
*
Add xxspltw
Tom Musta
2013-12-20
1
-0
/
+31
*
Add xxsel
Tom Musta
2013-12-20
1
-0
/
+76
*
Add xxmrgh/xxmrgl
Tom Musta
2013-12-20
1
-0
/
+41
*
Add Power7 VSX Logical Instructions
Tom Musta
2013-12-20
1
-0
/
+29
*
Add VSX Vector Move Instructions
Tom Musta
2013-12-20
1
-0
/
+71
*
Add VSX Scalar Move Instructions
Tom Musta
2013-12-20
1
-0
/
+70
*
Add stxvw4x
Tom Musta
2013-12-20
1
-0
/
+28
*
Add stxsdx
Tom Musta
2013-12-20
1
-0
/
+15
*
Add lxvw4x
Tom Musta
2013-12-20
1
-0
/
+29
*
Add lxvdsx
Tom Musta
2013-12-20
1
-0
/
+16
*
Add lxsdx
Tom Musta
2013-12-20
1
-0
/
+16
*
Add xxpermdi
Tom Musta
2013-12-20
1
-1
/
+40
*
Add stxvd2x
Tom Musta
2013-12-20
1
-0
/
+18
*
Add lxvd2x
Tom Musta
2013-12-20
1
-0
/
+18
*
Add VSR to Global Registers
Tom Musta
2013-12-20
1
-0
/
+27
*
Add VSX Instruction Decoders
Tom Musta
2013-12-20
1
-0
/
+11
*
Add MSR VSX and Associated Exception
Tom Musta
2013-12-20
1
-0
/
+6
*
tcg: Move helper registration into tcg_context_init
Richard Henderson
2013-10-10
1
-4
/
+0
*
cpu: Move cpu state syncs up into cpu_dump_state()
James Hogan
2013-09-20
1
-2
/
+0
*
Merge branch 'tcg-next' of git://github.com/rth7680/qemu
Aurelien Jarno
2013-09-03
1
-1
/
+1
|
\
|
*
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
|
target-ppc: fix bit extraction for FPBF and FPL
Aurelien Jarno
2013-09-02
1
-2
/
+2
|
/
*
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-3
/
+5
*
target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPU
Andreas Färber
2013-07-09
1
-4
/
+5
*
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
[next]