Searched refs:stack_dest (Results 1 – 1 of 1) sorted by relevance
237 CORE_ADDR stack_dest = sp; in xstormy16_push_dummy_call() local274 stack_dest = xstormy16_frame_align (gdbarch, stack_dest); in xstormy16_push_dummy_call()287 write_memory (stack_dest, val, typelen + slacklen); in xstormy16_push_dummy_call()288 stack_dest += typelen + slacklen; in xstormy16_push_dummy_call()292 write_memory (stack_dest, buf, xstormy16_pc_size); in xstormy16_push_dummy_call()293 stack_dest += xstormy16_pc_size; in xstormy16_push_dummy_call()296 regcache_cooked_write_unsigned (regcache, E_SP_REGNUM, stack_dest); in xstormy16_push_dummy_call()300 return stack_dest - xstormy16_pc_size; in xstormy16_push_dummy_call()