Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c460 #define FPR_SIZE \ macro
4610 if (FPR_SIZE != 64 && (pinfo & FP_D)) in fpr_read_mask()
4629 if (FPR_SIZE != 64 && (pinfo & FP_D)) in fpr_write_mask()
4642 || FPR_SIZE == 64) in mips_oddfpreg_ok()
4654 return FPR_SIZE == 32 || oddspreg; in mips_oddfpreg_ok()
4664 return FPR_SIZE == 64; in mips_oddfpreg_ok()
4676 return FPR_SIZE == 64; in mips_oddfpreg_ok()
4904 if (FPR_SIZE == 32) in check_regno()
5842 || FPR_SIZE == 32) in match_float_constant()
5852 if (GPR_SIZE == 32 || (!using_gprs && FPR_SIZE != 64)) in match_float_constant()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20141222 (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
1223 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.