Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/math-emu/
A Dreg_constant.c53 static void fld_const(FPU_REG const * c, int adj, u_char tag) in fld_const() function
76 fld_const(&CONST_1, 0, TAG_Valid); in fld1()
81 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t()
86 fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldl2e()
91 fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldpi()
96 fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldlg2()
101 fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); in fldln2()
106 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()

Completed in 4 milliseconds