]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/ops_sse_header.h
target-i386: add pclmulqdq instruction
[qemu.git] / target-i386 / ops_sse_header.h
index 401eac6f00b4c0be461fbf07b4bda74f8e75d9fe..2842233943410b661809eae0c195740cf86edddb 100644 (file)
@@ -336,6 +336,11 @@ DEF_HELPER_3(crc32, tl, i32, tl, i32)
 DEF_HELPER_3(popcnt, tl, env, tl, i32)
 #endif
 
+/* AES-NI op helpers */
+#if SHIFT == 1
+DEF_HELPER_4(glue(pclmulqdq, SUFFIX), void, env, Reg, Reg, i32)
+#endif
+
 #undef SHIFT
 #undef Reg
 #undef SUFFIX