Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc27151 unsigned pushable_regs; in thumb1_expand_prologue() local
27165 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()