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

  /src/external/gpl3/binutils/dist/include/cgen/
basic-ops.h 160 extern UDI SLLDI (UDI, int);
189 #define SLLDI(x, y) ((UDI) (x) << (y))
  /src/external/gpl3/binutils.old/dist/include/cgen/
basic-ops.h 160 extern UDI SLLDI (UDI, int);
189 #define SLLDI(x, y) ((UDI) (x) << (y))
  /src/external/gpl3/gdb/dist/include/cgen/
basic-ops.h 160 extern UDI SLLDI (UDI, int);
189 #define SLLDI(x, y) ((UDI) (x) << (y))
  /src/external/gpl3/gdb/dist/sim/common/
cgen-ops.h 166 extern UDI SLLDI (UDI, int);
195 #define SLLDI(x, y) ((UDI) (x) << (y))
  /src/external/gpl3/gdb.old/dist/include/cgen/
basic-ops.h 160 extern UDI SLLDI (UDI, int);
189 #define SLLDI(x, y) ((UDI) (x) << (y))
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-ops.h 166 extern UDI SLLDI (UDI, int);
195 #define SLLDI(x, y) ((UDI) (x) << (y))

Completed in 31 milliseconds