Searched refs:FPU_CSR_ALL_X (Results 1 – 6 of 6) sorted by relevance
725 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E)); in process_fpemu_return()807 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in simulate_fp()833 write_32bit_cp1_register(CP1_STATUS, fcr31 & ~FPU_CSR_ALL_X); in do_fpe()861 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in do_fpe()1424 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in do_cpu()
90 value &= ~FPU_CSR_ALL_X; in ptrace_setfcr31()
78 mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM; in cpu_set_fpu_fcsr_mask()
1179 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in mipsr2_decoder()
877 value = fcr31 & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_cfc()946 fcr31 &= ~(FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()947 fcr31 |= value & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()1540 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpux_emu()2099 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpu_emu()
783 #define FPU_CSR_ALL_X 0x0003f000 macro