Searched refs:stackmode (Results 1 – 2 of 2) sorted by relevance
407 int stackmode; in handle_exception() local414 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()
267 ULONGEST stackmode, psw; in m32r_supply_register() local269 stackmode = psw & 0x80; in m32r_supply_register()271 if (regno == SPI_REGNUM && !stackmode) /* SP == SPI */ in m32r_supply_register()273 else if (regno == SPU_REGNUM && stackmode) /* SP == SPU */ in m32r_supply_register()