Searched refs:FPU_CSR_OVF_X (Results 1 – 3 of 3) sorted by relevance
1533 rcsr |= FPU_CSR_OVF_X | FPU_CSR_OVF_S; in fpux_emu()1775 rcsr |= FPU_CSR_OVF_X | FPU_CSR_OVF_S; in fpu_emu()
787 #define FPU_CSR_OVF_X 0x00004000 macro
730 else if (fcr31 & FPU_CSR_OVF_X) in process_fpemu_return()