OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [opcodes/] [i386-opc.h] - Diff between revs 148 and 158

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 148 Rev 158
Line 94... Line 94...
  CpuAVX,
  CpuAVX,
  /* AVX2 support required */
  /* AVX2 support required */
  CpuAVX2,
  CpuAVX2,
  /* Intel L1OM support required */
  /* Intel L1OM support required */
  CpuL1OM,
  CpuL1OM,
 
  /* Intel K1OM support required */
 
  CpuK1OM,
  /* Xsave/xrstor New Instructions support required */
  /* Xsave/xrstor New Instructions support required */
  CpuXsave,
  CpuXsave,
  /* Xsaveopt New Instructions support required */
  /* Xsaveopt New Instructions support required */
  CpuXsaveopt,
  CpuXsaveopt,
  /* AES support required */
  /* AES support required */
Line 189... Line 191...
      unsigned int cpusse4_1:1;
      unsigned int cpusse4_1:1;
      unsigned int cpusse4_2:1;
      unsigned int cpusse4_2:1;
      unsigned int cpuavx:1;
      unsigned int cpuavx:1;
      unsigned int cpuavx2:1;
      unsigned int cpuavx2:1;
      unsigned int cpul1om:1;
      unsigned int cpul1om:1;
 
      unsigned int cpuk1om:1;
      unsigned int cpuxsave:1;
      unsigned int cpuxsave:1;
      unsigned int cpuxsaveopt:1;
      unsigned int cpuxsaveopt:1;
      unsigned int cpuaes:1;
      unsigned int cpuaes:1;
      unsigned int cpupclmul:1;
      unsigned int cpupclmul:1;
      unsigned int cpufma:1;
      unsigned int cpufma:1;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.