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

  /src/external/bsd/pcc/dist/pcc/arch/m16c/
code.c 125 int i, r0l, r0h, a0, r2, sz, hasch, stk; local
138 stk = r0l = r0h = a0 = r2 = 0;
148 if (r0h)
151 r0h = 1;
169 r0l = r0h = 1;
187 r0l = r0h = 1;
191 if (r0l||r0h||r2)
194 r0l = r0h = r2 = 1;
order.c 255 { NRES, R0L }, { NRES, R0H}, { 0 } };
281 * - 1-byte parameters in R0L if possible, otherwise in R0H.
403 int r0l, r0h, r2, a0, stk, sz; local
431 r0l = r0h = r2 = a0 = 0;
466 if (r0h)
468 rary[stk] = R2; /* char talk for 'R0H' */
469 r0h = 1;
489 r0l = r0h = 1;
497 r0l = r0h = r2 = 1;
511 r0l = r0h = 1
    [all...]
  /src/external/gpl3/gdb/dist/sim/m32c/
cpu.h 84 r0, r0h, r0l, enumerator in enum:__anon19557
  /src/external/gpl3/gdb.old/dist/sim/m32c/
cpu.h 84 r0, r0h, r0l, enumerator in enum:__anon22296
  /src/external/gpl3/gdb/dist/gdbserver/
linux-s390-low.cc 345 int r0h = find_regno (regcache->tdesc, "r0h"); local
349 collect_register (regcache, r0h + 2 * i, (char *) buf + 4 * i);
355 int r0h = find_regno (regcache->tdesc, "r0h"); local
359 supply_register (regcache, r0h + 2 * i, (const char *) buf + 4 * i);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-s390-low.cc 345 int r0h = find_regno (regcache->tdesc, "r0h"); local
349 collect_register (regcache, r0h + 2 * i, (char *) buf + 4 * i);
355 int r0h = find_regno (regcache->tdesc, "r0h"); local
359 supply_register (regcache, r0h + 2 * i, (const char *) buf + 4 * i);

Completed in 32 milliseconds