]> Git Repo - qemu.git/blobdiff - target-xtensa/helper.h
target-xtensa: implement FP0 conversions
[qemu.git] / target-xtensa / helper.h
index 4e6e4176eee1a0ece953e6f016e29a2ac9173aa7..9557347f1b988eb7e37f7cedf86c34eb0afee004 100644 (file)
@@ -44,5 +44,9 @@ DEF_HELPER_3(sub_s, f32, env, f32, f32)
 DEF_HELPER_3(mul_s, f32, env, f32, f32)
 DEF_HELPER_4(madd_s, f32, env, f32, f32, f32)
 DEF_HELPER_4(msub_s, f32, env, f32, f32, f32)
+DEF_HELPER_FLAGS_3(ftoi, TCG_CALL_CONST | TCG_CALL_PURE, i32, f32, i32, i32)
+DEF_HELPER_FLAGS_3(ftoui, TCG_CALL_CONST | TCG_CALL_PURE, i32, f32, i32, i32)
+DEF_HELPER_3(itof, f32, env, i32, i32)
+DEF_HELPER_3(uitof, f32, env, i32, i32)
 
 #include "def-helper.h"
This page took 0.021726 seconds and 4 git commands to generate.