]> git.proxmox.com Git - qemu.git/blobdiff - target-sparc/helper.h
target-sparc: Move taddcctv and tsubcctv out of line
[qemu.git] / target-sparc / helper.h
index 827df67cc20d1e9cba574f742ea5eaeb393f5663..e1ae3c70869322c9d5175a069fd663b2e31b3496 100644 (file)
@@ -38,6 +38,8 @@ 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)
+DEF_HELPER_3(taddcctv, tl, env, tl, tl)
+DEF_HELPER_3(tsubcctv, tl, env, tl, tl)
 #ifdef TARGET_SPARC64
 DEF_HELPER_3(sdivx, s64, env, s64, s64)
 DEF_HELPER_3(udivx, i64, env, i64, i64)