Searched refs:FP_INC (Results 1 – 5 of 5) sorted by relevance
3465 fp2 = gen_rtx_REG (SFmode, REGNO (scratch) + FP_INC); in mips_emit_fcc_reload()3809 cum->num_fprs += FP_INC; in function_arg_advance()3946 return gen_rtx_REG (mode, FP_ARG_FIRST + FP_INC); in function_arg()5019 temp = ((regno % FP_INC) == 0) in override_options()6415 for (regno = (FP_REG_LAST - FP_INC + 1); in compute_frame_size()6417 regno -= FP_INC) in compute_frame_size()6421 fp_reg_size += FP_INC * UNITS_PER_FPREG; in compute_frame_size()6467 - FP_INC * UNITS_PER_FPREG); in compute_frame_size()6572 for (regno = (FP_REG_LAST - FP_INC + 1); in mips_for_each_saved_reg()6574 regno -= FP_INC) in mips_for_each_saved_reg()[all …]
1009 #define FP_INC (TARGET_FLOAT64 || TARGET_SINGLE_FLOAT ? 1 : 2) macro1013 #define UNITS_PER_HWFPVALUE (TARGET_SOFT_FLOAT ? 0 : FP_INC * UNITS_PER_FPREG)
4328 || FP_INC > 1);4425 cum->num_fprs += FP_INC;5468 temp = (((regno % FP_INC) == 0 in override_options()6785 for (regno = (FP_REG_LAST - FP_INC + 1);6787 regno -= FP_INC)6791 fp_reg_size += FP_INC * UNITS_PER_FPREG;6865 - FP_INC * UNITS_PER_FPREG);7202 for (regno = (FP_REG_LAST - FP_INC + 1);7204 regno -= FP_INC)8373 gen_rtx_REG (cmode, FP_RETURN + FP_INC),[all …]
1499 #define FP_INC (TARGET_FLOAT64 || TARGET_SINGLE_FLOAT ? 1 : 2) macro1503 #define UNITS_PER_HWFPVALUE (TARGET_SOFT_FLOAT ? 0 : FP_INC * UNITS_PER_FPREG)2669 && ((N) % FP_INC == 0) && mips_abi != ABI_O64)) \
13365 (CLASS_MAX_NREGS): Use FP_INC.13367 (override_options): Use FP_INC and UNITS_PER_FPVALUE.14165 * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.