This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
abab3fdeef
qemu
/
target
/
tricore
/
Makefile.objs
2 lines
61 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2016-03-11 18:03:11 +03:00
obj-y
+=
translate.o helper.o cpu.o op_helper.o fpu_helper.o
Reference in New Issue
Copy Permalink