Searched refs:UNITS_PER_FPREG (Results 1 – 4 of 4) sorted by relevance
1033 #define UNITS_PER_FPREG (TARGET_FLOAT64 ? 8 : 4) macro1041 #define UNITS_PER_HWFPVALUE (TARGET_SOFT_FLOAT ? 0 : FP_INC * UNITS_PER_FPREG)1047 : TARGET_SINGLE_FLOAT ? UNITS_PER_FPREG \
4110 off -= fp_saved * UNITS_PER_FPREG; in mips_setup_incoming_varargs()4128 + fp_saved * UNITS_PER_FPREG); in mips_setup_incoming_varargs()4222 = (MAX_ARGS_IN_REGISTERS - cum->num_fprs) * UNITS_PER_FPREG; in mips_va_start()5058 && size <= UNITS_PER_FPREG) in override_options()6446 fp_reg_size += FP_INC * UNITS_PER_FPREG; in compute_frame_size()6469 cfun->machine->frame.num_fp = fp_reg_size / (FP_INC * UNITS_PER_FPREG); in compute_frame_size()6492 - FP_INC * UNITS_PER_FPREG); in compute_frame_size()9697 return ((GET_MODE_SIZE (mode) + UNITS_PER_FPREG - 1) / UNITS_PER_FPREG); in mips_hard_regno_nregs()
4537 * mips.h (HARD_REGNO_NREGS): If FP_REG_P, always use UNITS_PER_FPREG
21435 * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,24204 (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.