Home
last modified time | relevance | path

Searched defs:fp_c (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/alpha/include/
H A Dfpu.h110 #define FP_C_TO_OPENBSD_MASK(fp_c) ((fp_c) >> 1 & 0x3f) argument
111 #define FP_C_TO_OPENBSD_FLAG(fp_c) ((fp_c) >> 17 & 0x3f) argument
114 #define CLEAR_FP_C_MASK(fp_c) ((fp_c) & ~(0x3f << 1)) argument
115 #define CLEAR_FP_C_FLAG(fp_c) ((fp_c) & ~(0x3f << 17)) argument
116 #define SET_FP_C_MASK(fp_c, m) (CLEAR_FP_C_MASK(fp_c) | OPENBSD_MASK_TO_FP_C(m)) argument
117 #define SET_FP_C_FLAG(fp_c, m) (CLEAR_FP_C_FLAG(fp_c) | OPENBSD_FLAG_TO_FP_C(m)) argument
H A Dsysarch.h54 uint64_t fp_c; member
/openbsd-src/sys/arch/alpha/alpha/
H A Dfp_complete.c334 fp_c_to_fpcr_1(u_int64_t fpcr, u_int64_t fp_c) in fp_c_to_fpcr_1()
394 alpha_write_fp_c(struct proc *p, u_int64_t fp_c) in alpha_write_fp_c()