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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
m68k
/
fpu_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
target/m68k: Map FPU exceptions to FPSR register
Keith Packard
1
-0
/
+72
2023-06-09
target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result
Philippe Mathieu-Daudé
1
-2
/
+2
2023-01-16
target/m68k: fix FPSR quotient byte for frem instruction
Mark Cave-Ayland
1
-10
/
+19
2023-01-16
target/m68k: fix FPSR quotient byte for fmod instruction
Mark Cave-Ayland
1
-5
/
+4
2023-01-16
target/m68k: pass sign directly into make_quotient()
Mark Cave-Ayland
1
-10
/
+13
2023-01-16
target/m68k: pass quotient directly into make_quotient()
Mark Cave-Ayland
1
-9
/
+11
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
1
-25
/
+25
2020-12-12
target/m68k: Add vmstate definition for M68kCPU
Laurent Vivier
1
-3
/
+7
2020-06-02
target/m68k: implement opcode fetoxm1
Laurent Vivier
1
-0
/
+5
2020-05-19
softfloat: Name rounding mode enum
Richard Henderson
1
-3
/
+3
2019-09-19
target/m68k/fpu_helper.c: rename the access arguments
KONRAD Frederic
1
-4
/
+4
2019-06-26
m68k comments break patch submission due to being incorrectly formatted
Lucien Murray-Pitts
1
-2
/
+4
2019-01-30
target/m68k: Fix LGPL information in the file headers
Thomas Huth
1
-2
/
+2
2018-03-13
target/m68k: implement fcosh
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement fsinh
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement ftanh
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement fatanh
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement facos
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement fasin
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement fatan
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement fsincos
Laurent Vivier
1
-0
/
+11
2018-03-13
target/m68k: implement fcos
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement fsin
Laurent Vivier
1
-0
/
+5
2018-03-13
target/m68k: implement ftan
Laurent Vivier
1
-0
/
+5
2018-03-09
target/m68k: implement ftentox
Laurent Vivier
1
-0
/
+5
2018-03-09
target/m68k: implement ftwotox
Laurent Vivier
1
-0
/
+5
2018-03-09
target/m68k: implement fetox
Laurent Vivier
1
-0
/
+5
2018-03-09
target/m68k: implement flog2
Laurent Vivier
1
-0
/
+5
2018-03-09
target/m68k: implement flog10
Laurent Vivier
1
-0
/
+5
2018-03-09
target/m68k: implement flogn
Laurent Vivier
1
-0
/
+5
2018-03-09
target/m68k: implement flognp1
Laurent Vivier
1
-0
/
+5
2018-03-04
target/m68k: add fscale, fgetman and fgetexp
Laurent Vivier
1
-0
/
+15
2018-03-04
target/m68k: add fmod/frem
Laurent Vivier
1
-1
/
+34
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
1
-0
/
+1
2017-09-10
target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init()
Kamil Rytarowski
1
-22
/
+22
2017-06-29
target/m68k: add fmovem
Laurent Vivier
1
-0
/
+120
2017-06-29
target/m68k: add explicit single and double precision operations (part 2)
Laurent Vivier
1
-3
/
+45
2017-06-29
target/m68k: add fsglmul and fsgldiv
Laurent Vivier
1
-0
/
+28
2017-06-29
target/m68k: add explicit single and double precision operations
Laurent Vivier
1
-0
/
+80
2017-06-29
target/m68k: add fmovecr
Laurent Vivier
1
-0
/
+34
2017-06-21
target-m68k: add FPCR and FPSR
Laurent Vivier
1
-16
/
+101
2017-06-21
target-m68k: use floatx80 internally
Laurent Vivier
1
-38
/
+47
2017-06-15
target-m68k: move FPU helpers to fpu_helper.c
Laurent Vivier
1
-0
/
+112