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

  /src/external/gpl3/binutils/dist/include/opcode/
i386.h 118 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE)
  /src/external/gpl3/binutils.old/dist/include/opcode/
i386.h 118 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE)
  /src/external/gpl3/gdb/dist/include/opcode/
i386.h 118 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE)
  /src/external/gpl3/gdb.old/dist/include/opcode/
i386.h 118 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE)

Completed in 26 milliseconds