target/m68k: add fsglmul and fsgldiv
commit2f77995cebc8027851b8ea8f02c097fb8cdf668a
authorLaurent Vivier <laurent@vivier.eu>
Wed, 28 Jun 2017 20:42:39 +0000 (28 22:42 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 29 Jun 2017 18:28:22 +0000 (29 20:28 +0200)
treefd5d9f7f0461e8b223231ddbc3c5c1c6d440a378
parent0f72129281765ed64d26353284059f2bdcde7a23
target/m68k: add fsglmul and fsgldiv

fsglmul and fsgldiv truncate data to single precision before computing
results.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20170628204241.32106-6-laurent@vivier.eu>
target/m68k/fpu_helper.c
target/m68k/helper.h
target/m68k/translate.c