index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-08
target-ppc: Implement mulldo with TCG
Tom Musta
1
-2
/
+14
2014-09-08
target-ppc: Clean up mullwo
Tom Musta
1
-8
/
+3
2014-09-08
target-ppc: Clean Up mullw
Tom Musta
1
-3
/
+2
2014-09-08
target-ppc: Optimize rlwnm MB=0 ME=31
Tom Musta
1
-22
/
+34
2014-09-08
target-ppc: Optimize rlwinm MB=0 ME=31
Tom Musta
1
-0
/
+6
2014-09-08
target-ppc: Special Case of rlwimi Should Use Deposit
Tom Musta
1
-6
/
+3
2014-09-08
target-ppc: Bug Fix: srawi
Tom Musta
1
-1
/
+1
2014-09-08
target-ppc: Bug Fix: mullw
Tom Musta
1
-0
/
+11
2014-09-08
target-ppc: Bug Fix: mullwo
Tom Musta
1
-0
/
+9
2014-09-08
target-ppc: Bug Fix: rlwimi
Tom Musta
1
-5
/
+7
2014-09-08
target-ppc: Bug Fix: rlwnm
Tom Musta
1
-9
/
+9
2014-09-08
target-ppc: Bug Fix: rlwinm
Tom Musta
1
-5
/
+3
2014-08-12
trace: [tcg] Include TCG-tracing header on all targets
LluĂs Vilanova
1
-0
/
+3
2014-06-27
target-ppc: Remove unused gen_qemu_ld8s()
Peter Maydell
1
-5
/
+0
2014-06-27
target-ppc: Remove unused IMM and d extract helpers
Peter Maydell
1
-3
/
+0
2014-06-27
target-ppc: fixed translation of mcrxr instruction
Sorav Bansal
1
-2
/
+3
2014-06-16
target-ppc: Add POWER8's FSCR SPR
Alexey Kardashevskiy
1
-0
/
+7
2014-06-16
target-ppc: Fix Temporary Variable Leak in bctar
Tom Musta
1
-1
/
+1
2014-06-16
PPC: e500: Merge 32 and 64 bit SPE emulation
Alexander Graf
1
-579
/
+132
2014-06-16
PPC: SPE: Fix high-bits bitmask
Alexander Graf
1
-2
/
+2
2014-06-16
target-ppc: Allow little-endian user mode.
Doug Kwan
1
-91
/
+60
2014-06-16
target-ppc: Fix popcntb Opcode Bug
Tom Musta
1
-1
/
+1
2014-06-16
PPC: Add dcbtls emulation
Alexander Graf
1
-0
/
+12
2014-06-16
PPC: Fail on leaking temporaries
Alexander Graf
1
-0
/
+7
2014-06-16
PPC: Fix TCG chunks that don't free their temps
Alexander Graf
1
-0
/
+7
2014-06-16
target-ppc: Introduce DFP Shift Significand
Tom Musta
1
-0
/
+10
2014-06-16
target-ppc: Introduce DFP Insert Biased Exponent
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Extract Biased Exponent
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Encode BCD to DPD
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Decode DPD to BCD
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Convert to Fixed
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Convert to Fixed
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce Round to DFP Short/Long
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Convert to Long/Extended
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Round to Integer
Tom Musta
1
-0
/
+8
2014-06-16
target-ppc: Introduce DFP Reround
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Quantize
Tom Musta
1
-0
/
+8
2014-06-16
target-ppc: Introduce DFP Test Significance
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Test Exponent
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Test Data Group
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Test Data Class
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Compares
Tom Musta
1
-0
/
+8
2014-06-16
target-ppc: Introduce DFP Divide
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Multiply
Tom Musta
1
-0
/
+4
2014-06-16
target-ppc: Introduce DFP Subtract
Tom Musta
1
-1
/
+4
2014-06-16
target-ppc: Introduce DFP Add
Tom Musta
1
-2
/
+5
2014-06-16
target-ppc: Introduce Decoder Macros for DFP
Tom Musta
1
-0
/
+109
2014-06-16
target-ppc: Introduce Generator Macros for DFP Arithmetic Forms
Tom Musta
1
-0
/
+177
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
1
-0
/
+1
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
1
-3
/
+2
[next]