Searched refs:hard_fp_save_and_probe (Results 1 – 3 of 3) sorted by relevance
959 unsigned hard_fp_save_and_probe; member
8302 frame.hard_fp_save_and_probe = INVALID_REGNUM; in aarch64_layout_frame()8306 if (frame.hard_fp_save_and_probe == INVALID_REGNUM) in aarch64_layout_frame()8307 frame.hard_fp_save_and_probe = regno; in aarch64_layout_frame()8341 if (frame.hard_fp_save_and_probe == INVALID_REGNUM) in aarch64_layout_frame()8342 frame.hard_fp_save_and_probe = regno; in aarch64_layout_frame()8367 || (frame.hard_fp_save_and_probe != INVALID_REGNUM in aarch64_layout_frame()8368 && known_eq (frame.reg_offset[frame.hard_fp_save_and_probe], in aarch64_layout_frame()8524 frame.hard_fp_save_and_probe = INVALID_REGNUM; in aarch64_layout_frame()9153 if (frame.hard_fp_save_and_probe != INVALID_REGNUM) in aarch64_get_separate_components()9154 bitmap_clear_bit (components, frame.hard_fp_save_and_probe); in aarch64_get_separate_components()
1913 (aarch64_frame::hard_fp_save_and_probe): New fields.