Searched refs:FP_INC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c3508 fp2 = gen_rtx_REG (SFmode, REGNO (scratch) + FP_INC);
3857 cum->num_fprs += FP_INC;
3994 return gen_rtx_REG (mode, FP_ARG_FIRST + FP_INC);
4136 for (i = local_cum.num_fprs; i < MAX_ARGS_IN_REGISTERS; i += FP_INC)
5070 temp = ((regno % FP_INC) == 0)
6475 for (regno = (FP_REG_LAST - FP_INC + 1);
6477 regno -= FP_INC)
6481 fp_reg_size += FP_INC * UNITS_PER_FPREG;
6482 fmask |= ((1 << FP_INC) - 1) << (regno - FP_REG_FIRST);
6504 cfun->machine->frame.num_fp = fp_reg_size / (FP_INC * UNITS_PER_FPRE
[all...]
H A Dmips.h1044 /* If register $f0 holds a floating-point value, $f(0 + FP_INC) is
1046 #define FP_INC (TARGET_FLOAT64 || TARGET_SINGLE_FLOAT ? 1 : 2)
1050 #define UNITS_PER_HWFPVALUE (TARGET_SOFT_FLOAT ? 0 : FP_INC * UNITS_PER_FPREG)
1040 #define FP_INC macro

Completed in 143 milliseconds