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

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 2196 unsigned int movy = 0;
2241 if (movy)
2242 as_bad (_("multiple movy specifications"));
2243 movy = DDT_BASE;
2252 if (movy && movy != DDT_BASE)
2263 if (movy)
2264 as_bad (_("multiple movy specifications"));
2267 as_bad (_("invalid movy address register"));
2270 movy = ((((reg_n & 1) != 0) << 8
2194 unsigned int movy = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 2196 unsigned int movy = 0;
2241 if (movy)
2242 as_bad (_("multiple movy specifications"));
2243 movy = DDT_BASE;
2252 if (movy && movy != DDT_BASE)
2263 if (movy)
2264 as_bad (_("multiple movy specifications"));
2267 as_bad (_("invalid movy address register"));
2270 movy = ((((reg_n & 1) != 0) << 8
2194 unsigned int movy = 0; local
    [all...]

Completed in 17 milliseconds