Searched refs:FP_INC (Results 1 – 3 of 3) sorted by relevance
3492 fp2 = gen_rtx_REG (SFmode, REGNO (scratch) + FP_INC); in mips_emit_fcc_reload()3836 cum->num_fprs += FP_INC; in function_arg_advance()3973 return gen_rtx_REG (mode, FP_ARG_FIRST + FP_INC); in function_arg()4114 for (i = local_cum.num_fprs; i < MAX_ARGS_IN_REGISTERS; i += FP_INC) in mips_setup_incoming_varargs()5046 temp = ((regno % FP_INC) == 0) in override_options()6440 for (regno = (FP_REG_LAST - FP_INC + 1); in compute_frame_size()6442 regno -= FP_INC) in compute_frame_size()6446 fp_reg_size += FP_INC * UNITS_PER_FPREG; in compute_frame_size()6447 fmask |= ((1 << FP_INC) - 1) << (regno - FP_REG_FIRST); in compute_frame_size()6469 cfun->machine->frame.num_fp = fp_reg_size / (FP_INC * UNITS_PER_FPREG); in compute_frame_size()[all …]
1037 #define FP_INC (TARGET_FLOAT64 || TARGET_SINGLE_FLOAT ? 1 : 2) macro1041 #define UNITS_PER_HWFPVALUE (TARGET_SOFT_FLOAT ? 0 : FP_INC * UNITS_PER_FPREG)
27812 (CLASS_MAX_NREGS): Use FP_INC.27814 (override_options): Use FP_INC and UNITS_PER_FPVALUE.28612 * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.