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-12-29
target-ppc: improve correctness of the fsel instruction
aurel32
1
-1
/
+1
2008-12-29
target-ppc: fix stsw/stswi instructions
aurel32
1
-2
/
+3
2008-12-18
target-ppc: use float_flag_divbyzero instead of checking the operands
aurel32
1
-21
/
+7
2008-12-18
target-ppc: fix fres, fsqrte and remove useless code
aurel32
1
-57
/
+10
2008-12-16
target-ppc: add comments about constants introduced in revision 6046
aurel32
1
-3
/
+3
2008-12-15
target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptions
aurel32
1
-12
/
+52
2008-12-15
target-ppc: fadd/fsub: correctly propagate NaN
aurel32
1
-18
/
+8
2008-12-15
target-ppc: use the new fp functions
aurel32
1
-50
/
+23
2008-12-15
target-ppc: correctly propagate NaN in division
aurel32
1
-1
/
+1
2008-12-15
target-ppc: fix fload_invalid_op_excp()
aurel32
1
-9
/
+7
2008-12-15
target-ppc: use a correct value to represent 1.0
aurel32
1
-9
/
+12
2008-12-15
target-ppc: fix frsp instruction
aurel32
1
-2
/
+5
2008-12-15
target-ppc: fix mtfsf and mtfsfi instructions
aurel32
1
-3
/
+3
2008-12-14
target-ppc: fix fcmp{o,u} instructions
aurel32
1
-25
/
+31
2008-12-14
target-ppc: fix mtfsb0 and mtfsb1
aurel32
1
-0
/
+18
2008-12-14
target-ppc: fix fsel instruction
aurel32
1
-5
/
+3
2008-12-13
target-ppc: keep only the table version for mfrom
aurel32
1
-18
/
+4
2008-12-13
target-ppc: use accessors to access fp_status exception_flags
aurel32
1
-7
/
+10
2008-12-13
target-ppc: fix compilation with PRECISE_EMULATION
aurel32
1
-4
/
+3
2008-12-13
target-ppc: fix compilation with CONFIG_SOFTFLOAT
aurel32
1
-19
/
+19
2008-12-11
target-ppc: remove remaining warnings
aurel32
1
-2
/
+0
2008-12-11
target-ppc: rework exception code
aurel32
1
-23
/
+28
2008-12-08
target-ppc: kill a warning
aurel32
1
-0
/
+2
2008-12-08
target-ppc: cleanup op_helper.c after TCG conversion
aurel32
1
-10
/
+10
2008-12-08
target-ppc: memory load/store rework
aurel32
1
-23
/
+29
2008-12-07
target-ppc: convert SPR accesses to TCG
aurel32
1
-45
/
+182
2008-12-07
target-ppc: remove dead code
aurel32
1
-21
/
+0
2008-12-06
target-ppc: convert SLB/TLB instructions to TCG
aurel32
1
-74
/
+137
2008-12-06
target-ppc: convert dcr load/store to TCG
aurel32
1
-7
/
+6
2008-12-06
target-ppc: convert msr load/store to TCG
aurel32
1
-6
/
+6
2008-12-06
target-ppc: convert POWER bridge instructions to TCG
aurel32
1
-89
/
+44
2008-11-30
target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.c
aurel32
1
-130
/
+11
2008-11-30
target-ppc: convert PPC 440 instructions to TCG
aurel32
1
-5
/
+20
2008-11-30
target-ppc: convert return from interrupt instructions to TCG
aurel32
1
-24
/
+24
2008-11-30
target-ppc: convert lscbx instruction to TCG
aurel32
1
-15
/
+39
2008-11-30
target-ppc: convert load/store string instructions to TCG
aurel32
1
-0
/
+93
2008-11-30
target-ppc: convert icbi instruction to TCG
aurel32
1
-0
/
+26
2008-11-30
target-ppc: convert dcbz instruction to TCG
aurel32
1
-2
/
+40
2008-11-30
target-ppc: convert load/store multiple instructions to TCG
aurel32
1
-0
/
+63
2008-11-30
target-ppc: convert mfrom instruction to TCG
aurel32
1
-8
/
+8
2008-11-30
target-ppc: convert software TLB instructions to TCG
aurel32
1
-4
/
+25
2008-11-24
target-ppc: convert trap instructions to TCG
aurel32
1
-12
/
+12
2008-11-23
target-ppc: convert FPU load/store to TCG
aurel32
1
-0
/
+18
2008-11-23
target-ppc: convert SPE FP ops to TCG
aurel32
1
-290
/
+275
2008-11-22
target-ppc: convert exceptions generation to TCG
aurel32
1
-26
/
+22
2008-11-19
target-ppc: convert fp ops to TCG
aurel32
1
-275
/
+430
2008-11-17
TCG variable type checking.
pbrook
1
-1
/
+2
2008-11-10
target-ppc: convert most SPE integer instructions to TCG
aurel32
1
-144
/
+16
2008-11-01
target-ppc: optimize popcntb
aurel32
1
-14
/
+8
2008-11-01
target-ppc: convert 405 MAC instructions to TCG
aurel32
1
-12
/
+0
[next]