Searched defs:fp_c (Results 1 – 3 of 3) sorted by relevance
110 #define FP_C_TO_OPENBSD_MASK(fp_c) ((fp_c) >> 1 & 0x3f) argument111 #define FP_C_TO_OPENBSD_FLAG(fp_c) ((fp_c) >> 17 & 0x3f) argument114 #define CLEAR_FP_C_MASK(fp_c) ((fp_c) & ~(0x3f << 1)) argument115 #define CLEAR_FP_C_FLAG(fp_c) ((fp_c) & ~(0x3f << 17)) argument116 #define SET_FP_C_MASK(fp_c, m) (CLEAR_FP_C_MASK(fp_c) | OPENBSD_MASK_TO_FP_C(m)) argument117 #define SET_FP_C_FLAG(fp_c, m) (CLEAR_FP_C_FLAG(fp_c) | OPENBSD_FLAG_TO_FP_C(m)) argument
54 uint64_t fp_c; member
334 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()