Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c14101 unsigned pushable_regs; in thumb_output_function_prologue() local
14108 pushable_regs = l_mask & 0xff; in thumb_output_function_prologue()
14110 if (pushable_regs == 0) in thumb_output_function_prologue()
14111 pushable_regs = 1 << thumb_find_work_register (live_regs_mask); in thumb_output_function_prologue()
14119 if (pushable_regs & (1 << regno)) in thumb_output_function_prologue()
14135 pushable_regs &= ~((1 << regno) - 1); in thumb_output_function_prologue()
14145 thumb_pushpop (f, pushable_regs | (1 << LR_REGNUM), in thumb_output_function_prologue()
14151 thumb_pushpop (f, pushable_regs, 1, &cfa_offset, real_regs_mask); in thumb_output_function_prologue()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c10699 int pushable_regs = 0; local
10707 pushable_regs = mask;
10709 if (pushable_regs == 0)
10745 if (pushable_regs == 0