x86-64: fix ZMM register state tracking
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / i386-avx512.c
index 9349f09d62ec9712488e3b6831b13a53f5f864aa..0e273362ef77f27221252c02693a788c3af510da 100644 (file)
@@ -249,6 +249,13 @@ main (int argc, char **argv)
         move back to array and check values.  */
       move_zmm_data_to_memory ();
       asm ("nop"); /* sixth breakpoint here  */
+
+      asm ("vpternlogd $0xff, %zmm0, %zmm0, %zmm0");
+#ifdef __x86_64__
+      asm ("vpternlogd $0xff, %zmm0, %zmm0, %zmm16");
+#endif
+      asm ("vzeroupper");
+      asm ("nop"); /* seventh breakpoint here  */
     }
 
   return 0;
This page took 0.032559 seconds and 4 git commands to generate.