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
/
op_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-13
Math functions helper for CONFIG_SOFTFLOAT=yes
aurel32
1
-0
/
+21
2008-03-13
Use float32/64 instead of float/double
aurel32
1
-273
/
+145
2008-03-10
mtfsf: fix FPSCR_VX and FPSCR_FEX computation
aurel32
1
-0
/
+4
2007-11-24
Fix incorrect debug prints (reported by Paul Brook).
j_mayer
1
-9
/
+9
2007-11-23
Revert foolish patch.
j_mayer
1
-5
/
+3
2007-11-23
Fix ppc32 register dumps on 64-bit hosts.
pbrook
1
-3
/
+5
2007-11-17
PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.
j_mayer
1
-2
/
+2
2007-11-16
Always make PowerPC hypervisor mode memory accesses and instructions
j_mayer
1
-4
/
+1
2007-11-12
Allow use of SPE extension by all PowerPC targets,
j_mayer
1
-8
/
+6
2007-11-12
Fix usage of the -1 constant in the PowerPC target code:
j_mayer
1
-28
/
+31
2007-11-11
fixed invalid type
bellard
1
-2
/
+2
2007-11-11
Fix POWER abs & abso computation.
j_mayer
1
-6
/
+8
2007-11-11
Optimize PowerPC overflow flag computation in most useful cases.
j_mayer
1
-53
/
+22
2007-11-04
PowerPC 601 need specific callbacks for its BATs setup.
j_mayer
1
-5
/
+16
2007-11-03
PowerPC MMU and exception fixes:
j_mayer
1
-3
/
+6
2007-10-29
Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)
j_mayer
1
-2
/
+2
2007-10-29
Adjust s390 addresses (the MSB is defined as "to be ignored").
ths
1
-1
/
+5
2007-10-28
Make Alpha and PowerPC targets use shared helpers
j_mayer
1
-15
/
+18
2007-10-28
PowerPC coding style and inlining fixes.
j_mayer
1
-7
/
+6
2007-10-27
PowerPC floating-point helper typo.
j_mayer
1
-2
/
+2
2007-10-27
PowerPC float bugfix: 64 bits float mantissa is 52 bits long.
j_mayer
1
-2
/
+2
2007-10-27
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
1
-179
/
+740
2007-10-25
Fix PowerPC 64x64 bits multiplication overflow check.
j_mayer
1
-1
/
+2
2007-10-25
Use host-utils for PowerPC 64 64x64 bits multiplications.
j_mayer
1
-74
/
+1
2007-10-25
Gprof prooved the PowerPC emulation spent too much time in MSR load and store
j_mayer
1
-101
/
+48
2007-10-14
Generate micro-ops for PowerPC hypervisor mode.
j_mayer
1
-0
/
+5
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
1
-2
/
+2
2007-10-07
PowerPC target optimisations: make intensive use of always_inline.
j_mayer
1
-54
/
+54
2007-10-04
Make PowerPC cache line size implementation dependant.
j_mayer
1
-6
/
+6
2007-10-01
Handle all MMU models in switches, even if it's just to abort because of lack
j_mayer
1
-0
/
+21
2007-10-01
Avoid op helpers that would just call helpers for TLB & SLB management:
j_mayer
1
-143
/
+0
2007-09-30
* Update OEA environment, following the PowerPC 2.04 specification:
j_mayer
1
-0
/
+16
2007-09-30
Implement Process Priority Register as defined in the PowerPC 2.04 spec.
j_mayer
1
-0
/
+8
2007-09-30
Implement new floating-point instructions (fre, frin, friz, frip, frim)
j_mayer
1
-0
/
+56
2007-09-29
Rework PowerPC exceptions model to make it more versatile:
j_mayer
1
-8
/
+12
2007-09-26
Great rework and cleanups to ease PowerPC implementations definitions.
j_mayer
1
-47
/
+46
2007-09-21
Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)
j_mayer
1
-110
/
+89
2007-09-19
TARGET_FMT_lu may also be useful.
j_mayer
1
-1
/
+2
2007-09-19
Code provision for PowerPC BookE MMU model support.
j_mayer
1
-0
/
+147
2007-09-17
PowerPC flags update/use fixes:
j_mayer
1
-10
/
+10
2007-09-17
Coding style fixes in PowerPC related code (no functional change):
j_mayer
1
-5
/
+6
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-2
/
+2
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-5
/
+5
2007-06-03
Clean up of some target specifics in exec.c/cpu-exec.c.
ths
1
-4
/
+0
2007-04-24
Debug traces fixes.
j_mayer
1
-19
/
+20
2007-04-24
Code provision for new PowerPC embedded target support with:
j_mayer
1
-2
/
+2
2007-04-24
Improve PowerPC 405 MMU model / share more code for other embedded targets
j_mayer
1
-32
/
+16
2007-04-16
PowerPC 4xx software driven TLB fixes + debug traces.
j_mayer
1
-4
/
+48
2007-04-16
Add reset callbacks for PowerPC CPU.
j_mayer
1
-29
/
+1
2007-04-16
Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout
j_mayer
1
-4
/
+37
[next]