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:
Anthony Green 2013-03-18 15:49:22 -04:00 committed by Blue Swirl
parent f7c61bf8fc
commit 525bd324c2
10 changed files with 1531 additions and 0 deletions

9
target-moxie/helper.h Normal file
View 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"