Searched refs:FPU_CSR_ALL_X (Results 1 – 6 of 6) sorted by relevance
722 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E)); in process_fpemu_return()804 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in simulate_fp()830 write_32bit_cp1_register(CP1_STATUS, fcr31 & ~FPU_CSR_ALL_X); in do_fpe()858 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in do_fpe()1437 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X; in do_cpu()
91 value &= ~FPU_CSR_ALL_X; in ptrace_setfcr31()
81 mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM; in cpu_set_fpu_fcsr_mask()
1180 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()1548 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpux_emu()2455 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpu_emu()
820 #define FPU_CSR_ALL_X 0x0003f000 macro