Searched refs:to_clear_core_bitmap (Results 1 – 2 of 2) sorted by relevance
18492 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()
18667 auto_sbitmap to_clear_core_bitmap (to_clear_bitmap_size); in cmse_clear_registers() local18710 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()