]> Git Repo - qemu.git/blobdiff - target-sparc/helper.h
target-sparc: Move sdivx and udivx out of line
[qemu.git] / target-sparc / helper.h
index e3c7fddbe8e18b2ee927c91346506bf4a0de17f1..827df67cc20d1e9cba574f742ea5eaeb393f5663 100644 (file)
@@ -38,6 +38,10 @@ DEF_HELPER_3(udiv, tl, env, tl, tl)
 DEF_HELPER_3(udiv_cc, tl, env, tl, tl)
 DEF_HELPER_3(sdiv, tl, env, tl, tl)
 DEF_HELPER_3(sdiv_cc, tl, env, tl, tl)
+#ifdef TARGET_SPARC64
+DEF_HELPER_3(sdivx, s64, env, s64, s64)
+DEF_HELPER_3(udivx, i64, env, i64, i64)
+#endif
 DEF_HELPER_3(ldqf, void, env, tl, int)
 DEF_HELPER_3(stqf, void, env, tl, int)
 #if !defined(CONFIG_USER_ONLY) || defined(TARGET_SPARC64)
This page took 0.019915 seconds and 4 git commands to generate.