HomeSort by: relevance | last modified time | path
    Searched defs:F_REG_HIGH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
bfin-defs.h 87 #define F_REG_HIGH 1
179 #define IS_H(a) ((a).flags & F_REG_HIGH ? 1: 0)
182 ((a).flags & F_REG_HIGH) != ((b).flags & F_REG_HIGH))
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-defs.h 87 #define F_REG_HIGH 1
179 #define IS_H(a) ((a).flags & F_REG_HIGH ? 1: 0)
182 ((a).flags & F_REG_HIGH) != ((b).flags & F_REG_HIGH))

Completed in 66 milliseconds