Searched refs:fp_fcsr (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/arch/riscv64/include/
H A Dreg.h57 uint64_t fp_fcsr; /* floating-point control register */ member in struct:fpreg
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dfpu.c50 __asm volatile("frcsr %0" : "=r"(fp->fp_fcsr));
110 __asm volatile("fscsr %0" : : "r"(fp->fp_fcsr));
H A Dsig_machdep.c150 frame.sf_sc.sc_fcsr = fpreg->fp_fcsr;
243 fpreg->fp_fcsr = ksc.sc_fcsr;

Completed in 76 milliseconds