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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.c3405 fp2 = gen_rtx_REG (SFmode, REGNO (scratch) + FP_INC);
3754 cum->num_fprs += FP_INC;
3880 return gen_rtx_REG (mode, FP_ARG_FIRST + FP_INC);
4022 for (i = local_cum.num_fprs; i < MAX_ARGS_IN_REGISTERS; i += FP_INC)
4974 temp = ((regno % FP_INC) == 0)
6379 for (regno = (FP_REG_LAST - FP_INC + 1);
6381 regno -= FP_INC)
6385 fp_reg_size += FP_INC * UNITS_PER_FPREG;
6386 fmask |= ((1L << FP_INC) - 1) << (regno - FP_REG_FIRST);
6408 cfun->machine->frame.num_fp = fp_reg_size / (FP_INC * UNITS_PER_FPRE
[all...]
H A Dmips.h1019 /* If register $f0 holds a floating-point value, $f(0 + FP_INC) is
1021 #define FP_INC (TARGET_FLOAT64 || TARGET_SINGLE_FLOAT ? 1 : 2)
1025 #define UNITS_PER_HWFPVALUE (TARGET_SOFT_FLOAT ? 0 : FP_INC * UNITS_PER_FPREG)
1015 #define FP_INC macro

Completed in 127 milliseconds