This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
qemu
Watch
0
Star
0
Fork
0
You've already forked qemu
mirror of
https://github.com/qemu/qemu.git
synced
2024-12-02 16:23:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c6668232e
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 23:03:11 +08:00
obj-y
+=
translate.o helper.o cpu.o op_helper.o fpu_helper.o
Reference in New Issue
Copy Permalink