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

  /toolchain/binutils/binutils-2.27/include/opcode/
sparc.h 118 #define F_ALIAS 0x00000002 /* Alias for a "real" instruction. */
126 #define F_PREF_ALIAS (F_ALIAS|F_PREFERRED)
aarch64.h 550 #define F_ALIAS (1 << 0)
585 N.B. this flag requires F_ALIAS to be used together. */
587 /* Use together with F_ALIAS to indicate an alias opcode is a programmer
604 return (opcode->flags & F_ALIAS) ? TRUE : FALSE;

Completed in 9489 milliseconds