Home
last modified time | relevance | path

Searched defs:REX_PREFIX_P (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Di386.h116 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE) macro
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Di386.h118 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE) macro