Searched refs:FP_SAVE_INLINE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daix.h208 #define FP_SAVE_INLINE(FIRST_REG) ((FIRST_REG) == 62 || (FIRST_REG) == 63) macro
H A Ddarwin.h230 #undef FP_SAVE_INLINE macro
231 #define FP_SAVE_INLINE(FIRST_REG) ((FIRST_REG) < 64) macro
H A Dsysv4.h271 #define FP_SAVE_INLINE(FIRST_REG) ((FIRST_REG) < 64) macro
H A Drs6000.c13134 && !FP_SAVE_INLINE (info_ptr->first_fp_reg_save))
14371 || FP_SAVE_INLINE (info->first_fp_reg_save)
14913 && !FP_SAVE_INLINE (info->first_fp_reg_save))
14999 || FP_SAVE_INLINE (info->first_fp_reg_save));

Completed in 254 milliseconds