Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.h959 unsigned hard_fp_save_and_probe; member
H A Daarch64.cc8302 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog1913 (aarch64_frame::hard_fp_save_and_probe): New fields.