Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm32r-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()
H A Dm32r-rom.c267 ULONGEST stackmode, psw; in m32r_supply_register() local
269 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()