Home
last modified time | relevance | path

Searched defs:deststnr (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/x86/math-emu/
Dreg_add_sub.c37 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_add()
134 int diff, tag = 0, expa, expb, deststnr; in FPU_sub() local
273 FPU_REG * dest, int deststnr, int control_w) in add_sub_specials()
Derrors.c414 int deststnr, FPU_REG const *defaultNaN) in real_2op_NaN()
497 asmlinkage __visible int arith_invalid(int deststnr) in arith_invalid()
512 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign) in FPU_divide_by_zero()
Dreg_mul.c30 int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_mul()
Dreg_divide.c34 int tag, deststnr; in FPU_div() local
Dfpu_trig.c152 static void convert_l2reg(long const *arg, int deststnr) in convert_l2reg()