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

  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 1607 #define USESAS_REG(x) (((((x) >> 8) - 2) & 3) + 2)
1610 #define SETSAS_REG(x) USESAS_REG (x)
2070 if ((f & USESAS) && reg == USESAS_REG (insn))
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 1609 #define USESAS_REG(x) (((((x) >> 8) - 2) & 3) + 2)
1612 #define SETSAS_REG(x) USESAS_REG (x)
2072 if ((f & USESAS) && reg == USESAS_REG (insn))
  /src/external/gpl3/gdb/dist/bfd/
coff-sh.c 1609 #define USESAS_REG(x) (((((x) >> 8) - 2) & 3) + 2)
1612 #define SETSAS_REG(x) USESAS_REG (x)
2072 if ((f & USESAS) && reg == USESAS_REG (insn))
  /src/external/gpl3/gdb.old/dist/bfd/
coff-sh.c 1609 #define USESAS_REG(x) (((((x) >> 8) - 2) & 3) + 2)
1612 #define SETSAS_REG(x) USESAS_REG (x)
2072 if ((f & USESAS) && reg == USESAS_REG (insn))

Completed in 31 milliseconds