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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 394 int rdisp[3] = {0, 0, 0}; local
422 rdisp[0] = rdisp[1] = rdisp[2] = 0;
678 rdisp[opnum] = thisnib & 0x7;
880 p->reg = rdisp[opnum];
886 p->reg = rdisp[opnum];
892 p->reg = rdisp[opnum];
932 p->reg = rdisp[opnum];
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 394 int rdisp[3] = {0, 0, 0}; local
422 rdisp[0] = rdisp[1] = rdisp[2] = 0;
678 rdisp[opnum] = thisnib & 0x7;
880 p->reg = rdisp[opnum];
886 p->reg = rdisp[opnum];
892 p->reg = rdisp[opnum];
932 p->reg = rdisp[opnum];

Completed in 20 milliseconds