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

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 2200 unsigned int move_code;
2450 move_code = movx | movy;
2468 move_code |= 0xf800;
2478 output[1] = move_code >> 8;
2479 output[0] = move_code;
2483 output[0] = move_code >> 8;
2484 output[1] = move_code;
2198 unsigned int move_code; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 2200 unsigned int move_code;
2450 move_code = movx | movy;
2468 move_code |= 0xf800;
2478 output[1] = move_code >> 8;
2479 output[0] = move_code;
2483 output[0] = move_code >> 8;
2484 output[1] = move_code;
2198 unsigned int move_code; local

Completed in 18 milliseconds