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

  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 3349 int shiftvalue = 0; local
3410 shiftvalue = 4;
3416 shiftvalue = 3;
3422 shiftvalue = 1;
3507 value = (value << shiftvalue) + c;
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 3349 int shiftvalue = 0; local
3410 shiftvalue = 4;
3416 shiftvalue = 3;
3422 shiftvalue = 1;
3507 value = (value << shiftvalue) + c;

Completed in 43 milliseconds