Home
last modified time | relevance | path

Searched refs:real_2op_NaN (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dreg_add_sub.c119 return real_2op_NaN(b, tagb, deststnr, a); in FPU_add()
121 return real_2op_NaN(a, taga, deststnr, a); in FPU_add()
259 return real_2op_NaN(b, tagb, deststnr, d1); in FPU_sub()
261 return real_2op_NaN(a, taga, deststnr, d2); in FPU_sub()
263 return real_2op_NaN(b, tagb, deststnr, d2); in FPU_sub()
H A Dreg_divide.c133 return real_2op_NaN((FPU_REG *) rm, flags & 0x0f, 0, in FPU_div()
141 return real_2op_NaN(st0_ptr, tag, rm, in FPU_div()
148 return real_2op_NaN(&st(rm), tag, 0, in FPU_div()
H A Dfpu_trig.c1021 real_2op_NaN(st1_ptr, st1_tag, 0, st1_ptr); in do_fprem()
1136 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2x()
1230 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) >= 0) in fpatan()
1374 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1430 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1435 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1439 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1571 real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr); in fscale()
1590 real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr); in fscale()
1609 real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr); in fscale()
[all …]
H A Dreg_mul.c92 return real_2op_NaN(b, tagb, deststnr, &st(0)); in FPU_mul()
H A Dfpu_entry.c342 real_2op_NaN in math_emulate()
349 real_2op_NaN in math_emulate()
H A Dfpu_proto.h10 extern int real_2op_NaN(FPU_REG const *b, u_char tagb, int deststnr,
H A Derrors.c413 int real_2op_NaN(FPU_REG const *b, u_char tagb, in real_2op_NaN() function