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

  /src/external/gpl3/gdb.old/dist/sim/m32c/
reg.c 221 static int highest_sp = 0, lowest_sp = 0xffffff; variable
228 printf ("stack: %08x - %08x (%d bytes)\n", lowest_sp, highest_sp,
229 highest_sp - lowest_sp);
318 if (*spp < lowest_sp)
319 lowest_sp = *spp;
  /src/external/gpl3/gdb.old/dist/sim/rx/
reg.c 150 static int highest_sp = 0, lowest_sp = 0xffffff; variable
158 if (lowest_sp < highest_sp)
159 printf ("stack: %08x - %08x (%d bytes)\n", lowest_sp, highest_sp,
160 highest_sp - lowest_sp);
243 if (v < lowest_sp)
244 lowest_sp = v;
  /src/external/gpl3/gdb/dist/sim/m32c/
reg.c 221 static int highest_sp = 0, lowest_sp = 0xffffff; variable
228 printf ("stack: %08x - %08x (%d bytes)\n", lowest_sp, highest_sp,
229 highest_sp - lowest_sp);
318 if (*spp < lowest_sp)
319 lowest_sp = *spp;
  /src/external/gpl3/gdb/dist/sim/rx/
reg.c 150 static int highest_sp = 0, lowest_sp = 0xffffff; variable
158 if (lowest_sp < highest_sp)
159 printf ("stack: %08x - %08x (%d bytes)\n", lowest_sp, highest_sp,
160 highest_sp - lowest_sp);
243 if (v < lowest_sp)
244 lowest_sp = v;

Completed in 16 milliseconds