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

  /src/external/gpl3/gdb/dist/sim/arm/
iwmmxt.c 46 #define wCSSF 2
116 /* Set the wCSSF from 8 values. */
118 wC[wCSSF] = (((h) != 0) << 7) | (((g) != 0) << 6) \
909 case wCSSF:
912 wC [wCSSF] = (val & 0xff);
  /src/external/gpl3/gdb.old/dist/sim/arm/
iwmmxt.c 46 #define wCSSF 2
116 /* Set the wCSSF from 8 values. */
118 wC[wCSSF] = (((h) != 0) << 7) | (((g) != 0) << 6) \
909 case wCSSF:
912 wC [wCSSF] = (val & 0xff);

Completed in 29 milliseconds