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

  /src/external/gpl3/gdb/dist/sim/arm/
iwmmxt.c 45 #define wCon 1
53 /* Bits in the wCon register. */
711 wC [wCon] |= WCON_MUP;
872 wC [wCon] |= WCON_MUP;
904 case wCon:
906 wC [wCon] &= ~ (val & 0x3);
913 wC [wCon] |= WCON_CUP;
918 wC [wCon] |= WCON_CUP;
943 wC [wCon] |= WCON_MUP;
973 wC [wCon] |= WCON_MUP
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/arm/
iwmmxt.c 45 #define wCon 1
53 /* Bits in the wCon register. */
711 wC [wCon] |= WCON_MUP;
872 wC [wCon] |= WCON_MUP;
904 case wCon:
906 wC [wCon] &= ~ (val & 0x3);
913 wC [wCon] |= WCON_CUP;
918 wC [wCon] |= WCON_CUP;
943 wC [wCon] |= WCON_MUP;
973 wC [wCon] |= WCON_MUP
    [all...]

Completed in 25 milliseconds