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

  /src/external/gpl3/binutils/dist/include/cgen/
basic-ops.h 121 #define MULSI(x, y) ((x) * (y))
  /src/external/gpl3/binutils.old/dist/include/cgen/
basic-ops.h 121 #define MULSI(x, y) ((x) * (y))
  /src/external/gpl3/gdb/dist/include/cgen/
basic-ops.h 121 #define MULSI(x, y) ((x) * (y))
  /src/external/gpl3/gdb/dist/sim/common/
cgen-ops.h 127 #define MULSI(x, y) ((SI) ((USI) (x) * (USI) (y)))
  /src/external/gpl3/gdb.old/dist/include/cgen/
basic-ops.h 121 #define MULSI(x, y) ((x) * (y))
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-ops.h 127 #define MULSI(x, y) ((SI) ((USI) (x) * (USI) (y)))

Completed in 28 milliseconds