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

/openbsd-current/sys/arch/riscv64/include/
H A Dreg.h56 uint64_t fp_f[32]; /* floating-point registers */ member in struct:fpreg
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dfpu.c53 __asm volatile ("fsd f" #x ", %1(%0)" : : "r"(fp->fp_f), "i"(x * 8))
113 __asm volatile ("fld f" #x ", %1(%0)" : : "r"(fp->fp_f), "i"(x * 8))
H A Dsig_machdep.c149 frame.sf_sc.sc_f[i] = fpreg->fp_f[i];
242 fpreg->fp_f[i] = ksc.sc_f[i];

Completed in 79 milliseconds