Searched refs:gen_stack_update (Results 1 – 2 of 2) sorted by relevance
2105 static inline void gen_stack_update(DisasContext *s, int addend) in gen_stack_update() function2148 gen_stack_update(s, 1 << ot); in gen_pop_update()2162 gen_stack_update(s, -8 * size); in gen_pusha()2181 gen_stack_update(s, 8 * size); in gen_popa()
3600 gen_stack_update(s, adjust + (1 << ot));3622 gen_stack_update(s, adjust + (2 << s->dflag));