]> Git Repo - qemu.git/commit
target-m68k: use floatx80 internally
authorLaurent Vivier <[email protected]>
Tue, 20 Jun 2017 20:51:18 +0000 (22:51 +0200)
committerLaurent Vivier <[email protected]>
Wed, 21 Jun 2017 20:10:29 +0000 (22:10 +0200)
commitf83311e4764f1f25a8abdec2b32c64483be1759b
treefa45a69dfb46f430d10ed6ff2a3e8b3cc257fc74
parentf4a6ce5155aab2a7ed7b9032a72187b37b3bfffe
target-m68k: use floatx80 internally

Coldfire uses float64, but 680x0 use floatx80.
This patch introduces the use of floatx80 internally
and enables 680x0 80bits FPU.

Signed-off-by: Laurent Vivier <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20170620205121[email protected]>
target/m68k/cpu.c
target/m68k/cpu.h
target/m68k/fpu_helper.c
target/m68k/helper.c
target/m68k/helper.h
target/m68k/qregs.def
target/m68k/translate.c
This page took 0.026164 seconds and 4 git commands to generate.