fld_const 76 arch/x86/math-emu/reg_constant.c fld_const(&CONST_1, 0, TAG_Valid); fld_const 81 arch/x86/math-emu/reg_constant.c fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); fld_const 86 arch/x86/math-emu/reg_constant.c fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); fld_const 91 arch/x86/math-emu/reg_constant.c fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); fld_const 96 arch/x86/math-emu/reg_constant.c fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); fld_const 101 arch/x86/math-emu/reg_constant.c fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid); fld_const 106 arch/x86/math-emu/reg_constant.c fld_const(&CONST_Z, 0, TAG_Zero);