Home
last modified time | relevance | path

Searched refs:stackmode (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/stubs/
HDm32r-stub.c407 int stackmode; in handle_exception() local
414 stackmode = registers[PSW] & 0x80; in handle_exception()
417 if (stackmode == 0) in handle_exception()
424 if (stackmode != 0) /* stack in user mode: copy SP */ in handle_exception()
429 if (stackmode == 0) /* stack in interrupt mode: copy SP */ in handle_exception()
434 if (stackmode == 0) /* stack in user mode */ in handle_exception()