Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c12954 int pushed_words = 0; in thumb_pushpop() local
12993 pushed_words++; in thumb_pushpop()
13005 pushed_words++; in thumb_pushpop()
13032 if (push && pushed_words && dwarf2out_do_frame ()) in thumb_pushpop()
13037 *cfa_offset += pushed_words * 4; in thumb_pushpop()
13040 pushed_words = 0; in thumb_pushpop()
13045 dwarf2out_reg_save (l, regno, 4 * pushed_words++ - *cfa_offset); in thumb_pushpop()