Home
last modified time | relevance | path

Searched refs:gen_stack_update (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2105 static inline void gen_stack_update(DisasContext *s, int addend) in gen_stack_update() function
2148 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()
H A Demit.c.inc3600 gen_stack_update(s, adjust + (1 << ot));
3622 gen_stack_update(s, adjust + (2 << s->dflag));