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

  /src/external/gpl3/binutils/dist/include/cgen/
basic-ops.h 266 extern DI ZEXTSIDI (SI);
268 #define ZEXTSIDI(x) ((DI) (USI) (x))
  /src/external/gpl3/binutils.old/dist/include/cgen/
basic-ops.h 266 extern DI ZEXTSIDI (SI);
268 #define ZEXTSIDI(x) ((DI) (USI) (x))
  /src/external/gpl3/gdb/dist/include/cgen/
basic-ops.h 266 extern DI ZEXTSIDI (SI);
268 #define ZEXTSIDI(x) ((DI) (USI) (x))
  /src/external/gpl3/gdb/dist/sim/common/
cgen-ops.h 272 extern DI ZEXTSIDI (SI);
274 #define ZEXTSIDI(x) ((DI) (USI) (x))
677 UDI tmp = MULDI (ZEXTSIDI (a), ZEXTSIDI (b));
  /src/external/gpl3/gdb.old/dist/include/cgen/
basic-ops.h 266 extern DI ZEXTSIDI (SI);
268 #define ZEXTSIDI(x) ((DI) (USI) (x))
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-ops.h 272 extern DI ZEXTSIDI (SI);
274 #define ZEXTSIDI(x) ((DI) (USI) (x))
677 UDI tmp = MULDI (ZEXTSIDI (a), ZEXTSIDI (b));

Completed in 34 milliseconds