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

  /src/external/gpl3/gdb/dist/gdb/
mn10300-tdep.c 621 int fsM, sM, Y, rN;
630 sM = (buf[0] & 0xf0) >> 4;
632 fsM = (Y << 4) | sM;
642 int fsM, sM, Y;
651 sM = (buf[0] & 0xf0) >> 4;
652 fsM = (Y << 4) | sM;
662 int fsM, sM, Z, rN, rI;
672 sM = (buf[1] & 0xf0) >> 4;
674 fsM = (Z << 4) | sM;
685 int fsM, sM, Y, rN
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mn10300-tdep.c 621 int fsM, sM, Y, rN;
630 sM = (buf[0] & 0xf0) >> 4;
632 fsM = (Y << 4) | sM;
642 int fsM, sM, Y;
651 sM = (buf[0] & 0xf0) >> 4;
652 fsM = (Y << 4) | sM;
662 int fsM, sM, Z, rN, rI;
672 sM = (buf[1] & 0xf0) >> 4;
674 fsM = (Z << 4) | sM;
685 int fsM, sM, Y, rN
    [all...]

Completed in 24 milliseconds