Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c18420 cmse_clear_registers (sbitmap to_clear_bitmap, uint32_t *padding_bits_to_clear, in cmse_clear_registers() argument
18429 if (!bitmap_empty_p (to_clear_bitmap)) in cmse_clear_registers()
18431 minregno = bitmap_first_set_bit (to_clear_bitmap); in cmse_clear_registers()
18432 maxregno = bitmap_last_set_bit (to_clear_bitmap); in cmse_clear_registers()
18455 || !bitmap_bit_p (to_clear_bitmap, clearing_regno)) in cmse_clear_registers()
18490 int to_clear_bitmap_size = SBITMAP_SIZE (to_clear_bitmap); in cmse_clear_registers()
18497 for (; i <= maxregno && !bitmap_bit_p (to_clear_bitmap, i); i++); in cmse_clear_registers()
18502 for (j = i; j <= maxregno && bitmap_bit_p (to_clear_bitmap, j); in cmse_clear_registers()
18517 if (!bitmap_bit_p (to_clear_bitmap, j)) in cmse_clear_registers()
18535 bitmap_and (to_clear_core_bitmap, to_clear_bitmap, in cmse_clear_registers()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc18595 cmse_clear_registers (sbitmap to_clear_bitmap, uint32_t *padding_bits_to_clear, in cmse_clear_registers() argument
18604 if (!bitmap_empty_p (to_clear_bitmap)) in cmse_clear_registers()
18606 minregno = bitmap_first_set_bit (to_clear_bitmap); in cmse_clear_registers()
18607 maxregno = bitmap_last_set_bit (to_clear_bitmap); in cmse_clear_registers()
18630 || !bitmap_bit_p (to_clear_bitmap, clearing_regno)) in cmse_clear_registers()
18665 int to_clear_bitmap_size = SBITMAP_SIZE (to_clear_bitmap); in cmse_clear_registers()
18672 for (; i <= maxregno && !bitmap_bit_p (to_clear_bitmap, i); i++); in cmse_clear_registers()
18677 for (j = i; j <= maxregno && bitmap_bit_p (to_clear_bitmap, j); in cmse_clear_registers()
18692 if (!bitmap_bit_p (to_clear_bitmap, j)) in cmse_clear_registers()
18710 bitmap_and (to_clear_core_bitmap, to_clear_bitmap, in cmse_clear_registers()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20176289 to_clear_arg_regs_bitmap to the same size as to_clear_bitmap.