Searched refs:PR_FP_MODE_FRE (Results 1 – 5 of 5) sorted by relevance
750 value |= PR_FP_MODE_FRE; in mips_get_process_fp_mode()769 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in mips_set_process_fp_mode()791 if ((value & (PR_FP_MODE_FR | PR_FP_MODE_FRE)) == PR_FP_MODE_FRE) in mips_set_process_fp_mode()798 if ((value & PR_FP_MODE_FRE) && raw_cpu_has_fpu && !cpu_has_fre) in mips_set_process_fp_mode()816 if (value & PR_FP_MODE_FRE) in mips_set_process_fp_mode()
192 # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ macro