__fpu_add
#define __fpu_sub(fe) ((fe)->fe_f2.fp_sign ^= 1, __fpu_add(fe))
struct fpn *__fpu_add(struct fpemu *);