Searched refs:pushable_regs (Results 1 – 1 of 1) sorted by relevance
27151 unsigned pushable_regs; in thumb1_expand_prologue() local27165 pushable_regs = l_mask & (~arg_regs_mask); in thumb1_expand_prologue()27166 pushable_regs |= thumb1_prologue_unused_call_clobbered_lo_regs (); in thumb1_expand_prologue()27176 pushable_regs &= ~(1 << LR_REGNUM); in thumb1_expand_prologue()27178 if (pushable_regs == 0) in thumb1_expand_prologue()27179 pushable_regs = 1 << thumb_find_work_register (live_regs_mask); in thumb1_expand_prologue()27188 if (pushable_regs & (1 << regno)) in thumb1_expand_prologue()27220 pushable_regs |= 1 << LR_REGNUM; in thumb1_expand_prologue()