Home
last modified time | relevance | path

Searched refs:DATA_PREFIX_OPCODE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Di386.h60 #define DATA_PREFIX_OPCODE 0x66 macro
H A DChangeLog-91031550 (WORD_PREFIX_OPCODE): Rename to DATA_PREFIX_OPCODE for
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c1040 case DATA_PREFIX_OPCODE: in add_prefix()
3005 unsigned int prefix = DATA_PREFIX_OPCODE; in process_suffix()
3790 *p++ = DATA_PREFIX_OPCODE; in output_branch()
3856 FRAG_APPEND_1_CHAR (DATA_PREFIX_OPCODE); in output_jump()
3924 *p++ = DATA_PREFIX_OPCODE; in output_interseg_jump()
7077 add_prefix (DATA_PREFIX_OPCODE); in intel_e09()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-98993498 DATA_PREFIX_OPCODE throughout.