Home
last modified time | relevance | path

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

/linux-6.1.9/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()
133 u_char taga, tagb, signa, signb, saved_sign, sign; in FPU_sub() local
272 FPU_REG const *b, u_char tagb, u_char signb, in add_sub_specials()
Dreg_mul.c30 int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_mul()
Dreg_divide.c33 u_char taga, tagb, signa, signb, sign, saved_sign; in FPU_div() local
Dreg_compare.c24 static int compare(FPU_REG const *b, int tagb) in compare()
Derrors.c413 int real_2op_NaN(FPU_REG const *b, u_char tagb, in real_2op_NaN()