HomeSort by relevance Sort by last modified time
    Searched defs:F_ALIAS (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 109 #define F_ALIAS 0x00000002 /* Alias for a "real" instruction. */
117 #define F_PREF_ALIAS (F_ALIAS|F_PREFERRED)
aarch64.h 510 #define F_ALIAS (1 << 0)
545 N.B. this flag requires F_ALIAS to be used together. */
547 /* Use together with F_ALIAS to indicate an alias opcode is a programmer
564 return (opcode->flags & F_ALIAS) ? TRUE : FALSE;

Completed in 939 milliseconds