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

  /src/external/gpl3/binutils/dist/bfd/
elf32-v850.c 444 #define OVERFLOWS(a,i) ((((a) & 0xffff) + (i)) > 0xffff)
447 || (OVERFLOWS (addend, *insn)
470 #undef OVERFLOWS
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-v850.c 444 #define OVERFLOWS(a,i) ((((a) & 0xffff) + (i)) > 0xffff)
447 || (OVERFLOWS (addend, *insn)
470 #undef OVERFLOWS
  /src/external/gpl3/gdb/dist/bfd/
elf32-v850.c 444 #define OVERFLOWS(a,i) ((((a) & 0xffff) + (i)) > 0xffff)
447 || (OVERFLOWS (addend, *insn)
470 #undef OVERFLOWS
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-v850.c 444 #define OVERFLOWS(a,i) ((((a) & 0xffff) + (i)) > 0xffff)
447 || (OVERFLOWS (addend, *insn)
470 #undef OVERFLOWS

Completed in 33 milliseconds