Home
last modified time | relevance | path

Searched refs:FPR_SIZE (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c460 #define FPR_SIZE \ macro
4620 if (FPR_SIZE != 64 && (pinfo & FP_D)) in fpr_read_mask()
4639 if (FPR_SIZE != 64 && (pinfo & FP_D)) in fpr_write_mask()
4652 || FPR_SIZE == 64) in mips_oddfpreg_ok()
4664 return FPR_SIZE == 32 || oddspreg; in mips_oddfpreg_ok()
4674 return FPR_SIZE == 64; in mips_oddfpreg_ok()
4686 return FPR_SIZE == 64; in mips_oddfpreg_ok()
4920 if (FPR_SIZE == 32) in check_regno()
5942 || FPR_SIZE == 32) in match_float_constant()
5952 if (GPR_SIZE == 32 || (!using_gprs && FPR_SIZE != 64)) in match_float_constant()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1049 (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
1050 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.