Home
last modified time | relevance | path

Searched refs:UNITS_PER_HWFPVALUE (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.h1041 #define UNITS_PER_HWFPVALUE (TARGET_SOFT_FLOAT ? 0 : FP_INC * UNITS_PER_FPREG) macro
Dmips.c4122 off += UNITS_PER_HWFPVALUE; in mips_setup_incoming_varargs()
4366 rsize = UNITS_PER_HWFPVALUE; in mips_gimplify_va_arg_expr()
7566 && GET_MODE_SIZE (mode) <= UNITS_PER_HWFPVALUE) in mips_function_value()
7576 && GET_MODE_SIZE (mode) <= UNITS_PER_HWFPVALUE * 2) in mips_function_value()
/freebsd-10-stable/contrib/gcc/
DChangeLog-200334509 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
34519 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
34521 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
34523 (save_restore_insns): Use UNITS_PER_HWFPVALUE.