Searched refs:REX_OPCODE (Results 1 – 6 of 6) sorted by relevance
117 #define REX_OPCODE 0x40 macro120 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE)
2133 if (prefix >= REX_OPCODE && prefix < REX_OPCODE + 16 in add_prefix()3790 i.rex |= REX_OPCODE; in md_assemble()3813 add_prefix (REX_OPCODE | i.rex); in md_assemble()7150 add_prefix (REX_OPCODE); in output_insn()
1638 (USED_REX): Use REX_OPCODE instead of 0x40.
165 rex_used |= (value) | REX_OPCODE; \168 rex_used |= REX_OPCODE; \
239 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
6252 * config/tc-i386.h (REX_OPCODE): Define.6268 (add_prefix): Use REX_OPCODE.