Add clwb instruction
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 1f9b3463e53f8671180fae7a25cc9ba0cf74d1da..d28230bbab2eeaee313eda3d3025d3271b837bf5 100644 (file)
@@ -929,6 +929,8 @@ static const arch_entry cpu_arch[] =
     CPU_PREFETCHWT1_FLAGS, 0, 0 },
   { STRING_COMMA_LEN (".se1"), PROCESSOR_UNKNOWN,
     CPU_SE1_FLAGS, 0, 0 },
+  { STRING_COMMA_LEN (".clwb"), PROCESSOR_UNKNOWN,
+    CPU_CLWB_FLAGS, 0, 0 },
 };
 
 #ifdef I386COFF
This page took 0.023731 seconds and 4 git commands to generate.