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

  /src/external/gpl3/binutils/dist/bfd/
elf32-v850.c 136 #define V850_OTHER_MASK (V850_OTHER_TDA | V850_OTHER_SDA | V850_OTHER_ZDA)
143 if ((h->other & V850_OTHER_MASK) != (other & V850_OTHER_MASK)
149 switch (h->other & V850_OTHER_MASK)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-v850.c 136 #define V850_OTHER_MASK (V850_OTHER_TDA | V850_OTHER_SDA | V850_OTHER_ZDA)
143 if ((h->other & V850_OTHER_MASK) != (other & V850_OTHER_MASK)
149 switch (h->other & V850_OTHER_MASK)
  /src/external/gpl3/gdb/dist/bfd/
elf32-v850.c 136 #define V850_OTHER_MASK (V850_OTHER_TDA | V850_OTHER_SDA | V850_OTHER_ZDA)
143 if ((h->other & V850_OTHER_MASK) != (other & V850_OTHER_MASK)
149 switch (h->other & V850_OTHER_MASK)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-v850.c 136 #define V850_OTHER_MASK (V850_OTHER_TDA | V850_OTHER_SDA | V850_OTHER_ZDA)
143 if ((h->other & V850_OTHER_MASK) != (other & V850_OTHER_MASK)
149 switch (h->other & V850_OTHER_MASK)

Completed in 40 milliseconds