Searched refs:VAX_SP_REGNUM (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | vax-tdep.h | 33 VAX_SP_REGNUM, /* Address of top of stack. */ enumerator
|
H A D | vax-tdep.c | 187 regcache_cooked_write (regcache, VAX_SP_REGNUM, buf); in vax_push_dummy_call() 371 trad_frame_set_value (cache->saved_regs, VAX_SP_REGNUM, addr + (mask >> 14)); in vax_frame_cache() 483 set_gdbarch_sp_regnum (gdbarch, VAX_SP_REGNUM); in vax_gdbarch_init()
|
H A D | vaxbsd-nat.c | 124 regcache_raw_supply (regcache, VAX_SP_REGNUM, &pcb->KSP); in vaxbsd_supply_pcb()
|
H A D | ChangeLog | 7889 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | vax.md | 39 (VAX_SP_REGNUM 14) ; Register 14 contains the stack pointer 1207 (set (reg:SI VAX_SP_REGNUM) 1208 (plus:SI (reg:SI VAX_SP_REGNUM) 1223 (set (reg:SI VAX_SP_REGNUM) (plus:SI (reg:SI VAX_SP_REGNUM) 1235 (set (reg:SI VAX_SP_REGNUM) 1236 (plus:SI (reg:SI VAX_SP_REGNUM) 1252 (set (reg:SI VAX_SP_REGNUM) (plus:SI (reg:SI VAX_SP_REGNUM)
|
H A D | vax.h | 173 #define STACK_POINTER_REGNUM VAX_SP_REGNUM
|