]> git.proxmox.com Git - qemu.git/blobdiff - target-mips/helper.h
target-mips: Add ASE DSP bit/manipulation instructions
[qemu.git] / target-mips / helper.h
index 139bb1e46490db14d1433c2fb553067213db77a5..5380adbdb60085d8cf3ed9d3f57000e6bd4d7d80 100644 (file)
@@ -617,4 +617,11 @@ DEF_HELPER_FLAGS_4(dmsub, 0, void, tl, tl, i32, env)
 DEF_HELPER_FLAGS_4(dmsubu, 0, void, tl, tl, i32, env)
 #endif
 
+/* DSP Bit/Manipulation Sub-class insns */
+DEF_HELPER_FLAGS_1(bitrev, TCG_CALL_NO_RWG_SE, tl, tl)
+DEF_HELPER_FLAGS_3(insv, 0, tl, env, tl, tl)
+#if defined(TARGET_MIPS64)
+DEF_HELPER_FLAGS_3(dinsv, 0, tl, env, tl, tl);
+#endif
+
 #include "def-helper.h"