Searched refs:old_sp (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/headers/private/kernel/arch/sh4/
H A Dcpu.h13 void sh4_context_switch(unsigned int **old_sp, unsigned int *new_sp);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfcall.c341 CORE_ADDR old_sp = read_sp (); local
344 sp = gdbarch_frame_align (current_gdbarch, old_sp);
376 if (sp == old_sp)
380 sp = gdbarch_frame_align (current_gdbarch, old_sp - 1);
383 sp = gdbarch_frame_align (current_gdbarch, old_sp + 1);
385 gdb_assert ((INNER_THAN (1, 2) && sp <= old_sp)
386 || (INNER_THAN (2, 1) && sp >= old_sp));
401 sp = old_sp;
/haiku-fatelf/src/libs/x86emu/
H A Dops.c4428 u32 old_sp = M.x86.R_ESP; local
4434 push_long(old_sp);
4440 u16 old_sp = M.x86.R_SP; local
4446 push_word(old_sp);

Completed in 105 milliseconds