Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc26321 int popped_into; in thumb_exit() local
26328 popped_into = number_of_first_bit_set (regs_available_for_popping); in thumb_exit()
26331 asm_fprintf (f, "\tmov\t%r, %r\n", move_to, popped_into); in thumb_exit()
26339 int popped_into; in thumb_exit() local
26343 popped_into = number_of_first_bit_set (regs_available_for_popping); in thumb_exit()
26345 asm_fprintf (f, "\tmov\t%r, %r\n", SP_REGNUM, popped_into); in thumb_exit()