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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c3741 The checks against UNITS_PER_FPVALUE handle the soft-float and
3750 && GET_MODE_SIZE (mode) <= UNITS_PER_FPVALUE);
3764 && GET_MODE_SIZE (mode) <= UNITS_PER_FPVALUE);
3776 && GET_MODE_UNIT_SIZE (mode) <= UNITS_PER_FPVALUE);
3795 && GET_MODE_UNIT_SIZE (mode) < UNITS_PER_FPVALUE)
4129 the integer one, and is aligned to UNITS_PER_FPVALUE bytes. */
4131 off &= ~(UNITS_PER_FPVALUE - 1);
4283 fpr_offset = gpr_save_area_size + UNITS_PER_FPVALUE - 1;
4284 fpr_offset &= ~(UNITS_PER_FPVALUE - 1);
4379 && GET_MODE_SIZE (TYPE_MODE (type)) <= UNITS_PER_FPVALUE)
[all...]
H A Dmips.h1054 #define UNITS_PER_FPVALUE \
2008 (mips_abi == ABI_EABI && UNITS_PER_FPVALUE >= UNITS_PER_DOUBLE)
1048 #define UNITS_PER_FPVALUE macro

Completed in 128 milliseconds