HomeSort by: relevance | last modified time | path
    Searched defs:CpuMax (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 366 CpuMax = CpuNo64
370 (CpuMax / sizeof (unsigned int) / CHAR_BIT + 1)
376 ((CpuIsaBits + CpuMax - CpuAttrEnums) / sizeof (unsigned int) / CHAR_BIT + 1)
382 #define CpuUnused (CpuMax + 1)
383 #define CpuAttrUnused (CpuIsaBits + CpuMax + 1 - CpuAttrEnums)
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 358 CpuMax = CpuNo64
362 (CpuMax / sizeof (unsigned int) / CHAR_BIT + 1)
368 ((CpuIsaBits + CpuMax - CpuAttrEnums) / sizeof (unsigned int) / CHAR_BIT + 1)
374 #define CpuUnused (CpuMax + 1)
375 #define CpuAttrUnused (CpuIsaBits + CpuMax + 1 - CpuAttrEnums)
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 336 CpuMax = CpuNo64
340 (CpuMax / sizeof (unsigned int) / CHAR_BIT + 1)
346 ((CpuIsaBits + CpuMax - CpuAttrEnums) / sizeof (unsigned int) / CHAR_BIT + 1)
352 #define CpuUnused (CpuMax + 1)
353 #define CpuAttrUnused (CpuIsaBits + CpuMax + 1 - CpuAttrEnums)
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 330 CpuMax = CpuNo64
334 (CpuMax / sizeof (unsigned int) / CHAR_BIT + 1)
340 ((CpuIsaBits + CpuMax - CpuAttrEnums) / sizeof (unsigned int) / CHAR_BIT + 1)
346 #define CpuUnused (CpuMax + 1)
347 #define CpuAttrUnused (CpuIsaBits + CpuMax + 1 - CpuAttrEnums)

Completed in 30 milliseconds