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

  /src/lib/libmenu/
menu.c 734 int movx, maxmark; local
740 movx = maxmark + (menu->items[menu->cur_item]->col
744 movx += menu->match_len - 1;
747 menu->items[menu->cur_item]->row - menu->top_row, movx);
  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 2195 unsigned int movx = 0;
2236 if (movx)
2237 as_bad (_("multiple movx specifications"));
2238 movx = DDT_BASE;
2247 if (movx)
2248 as_bad (_("multiple movx specifications"));
2251 as_bad (_("invalid movx address register"));
2254 movx = ((((reg_n & 1) != 0) << 9)
2268 if (movx && movx != DDT_BASE
2193 unsigned int movx = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 2195 unsigned int movx = 0;
2236 if (movx)
2237 as_bad (_("multiple movx specifications"));
2238 movx = DDT_BASE;
2247 if (movx)
2248 as_bad (_("multiple movx specifications"));
2251 as_bad (_("invalid movx address register"));
2254 movx = ((((reg_n & 1) != 0) << 9)
2268 if (movx && movx != DDT_BASE
2193 unsigned int movx = 0; local
    [all...]

Completed in 16 milliseconds