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

  /src/external/gpl3/binutils/dist/include/cgen/
basic-modes.h 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
  /src/external/gpl3/binutils.old/dist/include/cgen/
basic-modes.h 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
  /src/external/gpl3/gdb/dist/include/cgen/
basic-modes.h 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
  /src/external/gpl3/gdb.old/dist/include/cgen/
basic-modes.h 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
  /src/external/gpl3/gdb/dist/sim/common/
cgen-types.h 78 #define MAKEDI(hi, lo) ((DI) (((UDI) (hi) << 32) | (UDI) (USI) (lo)))
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-types.h 78 #define MAKEDI(hi, lo) ((DI) (((UDI) (hi) << 32) | (UDI) (USI) (lo)))

Completed in 21 milliseconds