]> Git Repo - qemu.git/commit
target-tricore: Add FPU infrastructure
authorBastian Koppelmann <[email protected]>
Fri, 11 Mar 2016 15:03:11 +0000 (16:03 +0100)
committerBastian Koppelmann <[email protected]>
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 <[email protected]>
Signed-off-by: Bastian Koppelmann <[email protected]>
Message-Id: <1457708597[email protected]>
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
This page took 0.027089 seconds and 4 git commands to generate.