Searched refs:PR_FP_MODE_FR (Results 1 – 2 of 2) sorted by relevance
578 value |= PR_FP_MODE_FR; in mips_get_process_fp_mode()587 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in mips_set_process_fp_mode()596 if ((value & PR_FP_MODE_FR) && cpu_has_fpu && in mips_set_process_fp_mode()603 if (!(value & PR_FP_MODE_FR) && cpu_has_fpu && cpu_has_mips_r6) in mips_set_process_fp_mode()651 if (value & PR_FP_MODE_FR) { in mips_set_process_fp_mode()
190 # define PR_FP_MODE_FR (1 << 0) /* 64b FP registers */ macro