Lines Matching refs:FPU_REG
29 int add_sub_specials(FPU_REG const *a, u_char taga, u_char signa,
30 FPU_REG const *b, u_char tagb, u_char signb,
31 FPU_REG * dest, int deststnr, int control_w);
37 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_add()
39 FPU_REG *a = &st(0); in FPU_add()
40 FPU_REG *dest = &st(deststnr); in FPU_add()
103 FPU_REG x, y; in FPU_add()
131 FPU_REG const *a, *b; in FPU_sub()
132 FPU_REG *dest; in FPU_sub()
141 b = (FPU_REG *) rm; in FPU_sub()
234 FPU_REG x, y; in FPU_sub()
250 FPU_REG const *d1, *d2; in FPU_sub()
271 int add_sub_specials(FPU_REG const *a, u_char taga, u_char signa, in add_sub_specials()
272 FPU_REG const *b, u_char tagb, u_char signb, in add_sub_specials()
273 FPU_REG * dest, int deststnr, int control_w) in add_sub_specials()