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.c1930 static inline void gen_stack_update(DisasContext *s, int addend) in gen_stack_update() function
1973 gen_stack_update(s, 1 << ot); in gen_pop_update()
1987 gen_stack_update(s, -8 * size); in gen_pusha()
2006 gen_stack_update(s, 8 * size); in gen_popa()
H A Demit.c.inc3349 gen_stack_update(s, adjust + (1 << ot));
3371 gen_stack_update(s, adjust + (2 << s->dflag));