Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c18492 auto_sbitmap to_clear_core_bitmap (to_clear_bitmap_size); in cmse_clear_registers()
18535 bitmap_and (to_clear_core_bitmap, to_clear_bitmap, in cmse_clear_registers()
18537 gcc_assert (!bitmap_empty_p (to_clear_core_bitmap)); in cmse_clear_registers()
18539 if (bitmap_empty_p (to_clear_core_bitmap)) in cmse_clear_registers()
18543 nb_regs = bitmap_count_bits (to_clear_core_bitmap); in cmse_clear_registers()
18550 if (!bitmap_bit_p (to_clear_core_bitmap, i)) in cmse_clear_registers()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc18667 auto_sbitmap to_clear_core_bitmap (to_clear_bitmap_size); in cmse_clear_registers() local
18710 bitmap_and (to_clear_core_bitmap, to_clear_bitmap, in cmse_clear_registers()
18712 gcc_assert (!bitmap_empty_p (to_clear_core_bitmap)); in cmse_clear_registers()
18714 if (bitmap_empty_p (to_clear_core_bitmap)) in cmse_clear_registers()
18718 nb_regs = bitmap_count_bits (to_clear_core_bitmap); in cmse_clear_registers()
18725 if (!bitmap_bit_p (to_clear_core_bitmap, i)) in cmse_clear_registers()