Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A 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()
H A Dreg_mul.c30 int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_mul()
H A Dreg_divide.c33 u_char taga, tagb, signa, signb, sign, saved_sign; in FPU_div() local
H A Dreg_compare.c24 static int compare(FPU_REG const *b, int tagb) in compare()
H A Derrors.c413 int real_2op_NaN(FPU_REG const *b, u_char tagb, in real_2op_NaN()