x86: drop CpuVREX
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 008dc95d24433444ef3e65034b77fa312ed1a1e0..5a5bf5f07acd5f8a1751c448cca3d8af31c7de8e 100644 (file)
@@ -10376,7 +10376,7 @@ parse_real_register (char *reg_string, char **end_op)
      mode, and require EVEX encoding.  */
   if (r->reg_flags & RegVRex)
     {
-      if (!cpu_arch_flags.bitfield.cpuvrex
+      if (!cpu_arch_flags.bitfield.cpuavx512f
          || flag_code != CODE_64BIT)
        return (const reg_entry *) NULL;
 
This page took 0.038319 seconds and 4 git commands to generate.