]> git.proxmox.com Git - mirror_qemu.git/commit
target-tricore: Add FPU infrastructure
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 11 Mar 2016 15:03:11 +0000 (16:03 +0100)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 23 Mar 2016 08:22:48 +0000 (09:22 +0100)
commit996a729f9b7f93fb921891bf0e07757a29d0c68a
treeaa4f52d2b9a699187c4afc52c24258b85caf069a
parent1bd3e2fc3de683941f18e346a1793b81b20cab2d
target-tricore: Add FPU infrastructure

This patch adds a file for all the FPU related helpers with all the includes,
useful defines, and a function to update the status bits. Additionally it adds
a mask for the rounding mode bits of PSW as well as all the opcodes for the
FPU instructions.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <1457708597-3025-2-git-send-email-kbastian@mail.uni-paderborn.de>
fpu/softfloat-specialize.h
target-tricore/Makefile.objs
target-tricore/cpu.h
target-tricore/fpu_helper.c [new file with mode: 0644]
target-tricore/helper.c
target-tricore/translate.c
target-tricore/tricore-opcodes.h