index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
/
op_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-24
ppc: Move load and store helpers, switch to AREG0 free mode
Blue Swirl
1
-294
/
+0
2012-06-24
ppc: Split off misc helpers
Blue Swirl
1
-94
/
+0
2012-06-24
ppc: Split off timebase helpers
Blue Swirl
1
-135
/
+0
2012-06-24
ppc: Split MMU etc. helpers from op_helper.c
Blue Swirl
1
-854
/
+0
2012-06-24
ppc: Split integer and vector ops
Blue Swirl
1
-1500
/
+0
2012-06-24
ppc: Split FPU and SPE ops
Blue Swirl
1
-1710
/
+0
2012-06-24
ppc: Avoid AREG0 for exception helpers
Blue Swirl
1
-14
/
+18
2012-06-24
ppc: Split exception helpers
Blue Swirl
1
-190
/
+0
2012-06-24
ppc: Fix coding style in op_helper.c
Blue Swirl
1
-520
/
+725
2012-04-14
Use uintptr_t for various op related functions
Blue Swirl
1
-5
/
+3
2012-03-14
target-ppc: Don't overuse CPUState
Andreas Färber
1
-6
/
+6
2012-02-02
PPC: E500: Implement msgsnd
Alexander Graf
1
-0
/
+18
2012-02-02
PPC: E500: Implement msgclr
Alexander Graf
1
-0
/
+35
2012-02-02
PPC: booke206: move avail check to tlbwe
Alexander Graf
1
-0
/
+9
2012-02-02
PPC: booke206: Check for TLB overrun
Alexander Graf
1
-1
/
+21
2012-02-02
PPC: booke206: Implement tlbilx
Alexander Graf
1
-0
/
+64
2012-02-02
PPC: booke206: Check for min/max TLB entry size
Alexander Graf
1
-0
/
+11
2011-12-02
fix spelling in target sub directory
Dong Xu Wang
1
-2
/
+2
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
1
-4
/
+3
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
1
-1
/
+1
2011-07-30
exec.h cleanup
Blue Swirl
1
-1
/
+6
2011-07-01
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
Blue Swirl
1
-122
/
+38
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
1
-1
/
+1
2011-06-17
PPC: move TLBs to their own arrays
Alexander Graf
1
-6
/
+6
2011-06-17
PPC: E500: Use MAS registers instead of internal TLB representation
Alexander Graf
1
-116
/
+32
2011-06-03
target-ppc: remove old CONFIG_SOFTFLOAT #ifdef
Aurelien Jarno
1
-11
/
+0
2011-05-22
Delete unused tb_invalidate_page_range
Blue Swirl
1
-1
/
+0
2011-05-12
PPC: Implement e500 (FSL) MMU
Alexander Graf
1
-0
/
+296
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
1
-1
/
+1
2011-04-17
target-ppc: fix SPE comparison functions
Aurelien Jarno
1
-13
/
+13
2011-04-17
softfloat: rename float*_eq() into float*_eq_quiet()
Aurelien Jarno
1
-2
/
+2
2011-04-12
target-ppc: remove #ifdef FLOAT128
Aurelien Jarno
1
-20
/
+0
2011-04-08
Use existing helper function to implement popcntd instruction
David Gibson
1
-13
/
+1
2011-04-01
Correct ppc popcntb logic, implement popcntw and popcntd
David Gibson
1
-5
/
+50
2011-04-01
Implement missing parts of the logic for the POWER PURR
David Gibson
1
-0
/
+7
2011-04-01
Implement PowerPC slbmfee and slbmfev instructions
David Gibson
1
-0
/
+20
2011-04-01
Clean up PowerPC SLB handling code
David Gibson
1
-6
/
+3
2011-01-20
target-ppc: fix wrong NaN tests
Aurelien Jarno
1
-17
/
+28
2011-01-20
target-ppc: fix sNaN propagation
Aurelien Jarno
1
-69
/
+78
2011-01-06
target-ppc: use float32_is_any_nan()
Aurelien Jarno
1
-3
/
+2
2011-01-06
target-ppc: fix default qNaN
Aurelien Jarno
1
-2
/
+2
2011-01-06
target-ppc: remove PRECISE_EMULATION define
Aurelien Jarno
1
-47
/
+11
2011-01-02
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Peter Maydell
1
-29
/
+29
2010-10-13
ppc: avoid write only variables
Blue Swirl
1
-3
/
+3
2010-10-05
ppc: Minor 40x MMU fixes
John Clark
1
-25
/
+49
2010-09-18
PPC: Suppress gcc warnings with -Wtype-limits
Blue Swirl
1
-25
/
+25
2010-07-13
target-ppc: add vexptefp instruction
Aurelien Jarno
1
-0
/
+10
2010-05-31
target-ppc: fix RFI by clearing some bits of MSR
Thomas Monjalon
1
-3
/
+3
2010-02-06
target-ppc: change DCR helpers to target_long arguments
Aurelien Jarno
1
-6
/
+6
2010-01-14
ppc-40x: Correct check for Endian swapping TLB entries.
Edgar E. Iglesias
1
-5
/
+7
[next]