mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Add moxie target code
Signed-off-by: Anthony Green <green@moxielogic.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f7c61bf8fc
commit
525bd324c2
10 changed files with 1531 additions and 0 deletions
9
target-moxie/helper.h
Normal file
9
target-moxie/helper.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "exec/def-helper.h"
|
||||
|
||||
DEF_HELPER_2(raise_exception, void, env, int)
|
||||
DEF_HELPER_1(debug, void, env)
|
||||
|
||||
DEF_HELPER_FLAGS_3(div, TCG_CALL_NO_WG, i32, env, i32, i32)
|
||||
DEF_HELPER_FLAGS_3(udiv, TCG_CALL_NO_WG, i32, env, i32, i32)
|
||||
|
||||
#include "exec/def-helper.h"
|
Loading…
Add table
Add a link
Reference in a new issue