Home
last modified time | relevance | path

Searched refs:FPU_CSR_ALL_X (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dfpu_emulator.h184 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E)))); in mask_fcr31_x()
H A Dmipsregs.h1174 #define FPU_CSR_ALL_X 0x0003f000 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dfpu.h58 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E))); in mask_fcsr_x()
H A Dloongarch.h1445 #define FPU_CSR_ALL_X 0x1f000000
1385 #define FPU_CSR_ALL_X global() macro
/openbmc/linux/arch/mips/kernel/
H A Dfpu-probe.c54 mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM; in cpu_set_fpu_fcsr_mask()
H A Dptrace.c686 target->thread.fpu.fcr31 = ctrl_regs.fcsr & ~FPU_CSR_ALL_X; in msa_set()
/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c35 mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM; in cpu_set_fpu_fcsr_mask()
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c874 value = fcr31 & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_cfc()
943 fcr31 &= ~(FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()
944 fcr31 |= value & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()
1566 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpux_emu()
2764 ctx->fcr31 = (ctx->fcr31 & ~FPU_CSR_ALL_X) | rcsr; in fpu_emu()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h792 #define FPU_CSR_ALL_X 0x0003f000 macro