Home
last modified time | relevance | path

Searched refs:CONST_INF (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/x86/math-emu/
Dreg_constant.h22 extern FPU_REG const CONST_INF;
Dreg_constant.c51 FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000); variable
Dfpu_trig.c411 FPU_copy_to_reg0(&CONST_INF, TAG_Special); in fxtract()
1152 FPU_copy_to_reg1(&CONST_INF, TAG_Special); in fyl2x()
1470 FPU_copy_to_reg1(&CONST_INF, TAG_Special); in fyl2xp1()
1508 FPU_copy_to_reg0(&CONST_INF, TAG_Special); in fscale()
1564 FPU_copy_to_reg0(&CONST_INF, TAG_Special); in fscale()
Derrors.c519 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr); in FPU_divide_by_zero()
580 reg_copy(&CONST_INF, dest); in arith_overflow()