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

  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 1596 #define USESF2_REG(x) ((x & 0x00f0) >> 4)
2141 && (USESF2_REG (insn) & 0xe) == (freg & 0xe))
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 1598 #define USESF2_REG(x) ((x & 0x00f0) >> 4)
2143 && (USESF2_REG (insn) & 0xe) == (freg & 0xe))
  /src/external/gpl3/gdb/dist/bfd/
coff-sh.c 1598 #define USESF2_REG(x) ((x & 0x00f0) >> 4)
2143 && (USESF2_REG (insn) & 0xe) == (freg & 0xe))
  /src/external/gpl3/gdb.old/dist/bfd/
coff-sh.c 1598 #define USESF2_REG(x) ((x & 0x00f0) >> 4)
2143 && (USESF2_REG (insn) & 0xe) == (freg & 0xe))

Completed in 39 milliseconds