Searched refs:old_sp (Results 1 – 3 of 3) sorted by relevance
446 CORE_ADDR old_sp = read_sp (); in call_function_by_hand() local449 sp = gdbarch_frame_align (current_gdbarch, old_sp); in call_function_by_hand()481 if (sp == old_sp) in call_function_by_hand()485 sp = gdbarch_frame_align (current_gdbarch, old_sp - 1); in call_function_by_hand()488 sp = gdbarch_frame_align (current_gdbarch, old_sp + 1); in call_function_by_hand()490 gdb_assert ((INNER_THAN (1, 2) && sp <= old_sp) in call_function_by_hand()491 || (INNER_THAN (2, 1) && sp >= old_sp)); in call_function_by_hand()506 sp = old_sp; in call_function_by_hand()
3023 CORE_ADDR old_sp = *sp; in place_on_stack() local3038 VALUE_ADDRESS (val) = old_sp; in place_on_stack()
1567 uint32_t old_sp = emu->x86.R_ESP; in x86emuOp_push_all() local1573 push_long(emu, old_sp); in x86emuOp_push_all()1578 uint16_t old_sp = emu->x86.R_SP; in x86emuOp_push_all() local1584 push_word(emu, old_sp); in x86emuOp_push_all()