fld_const          75 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_1, 0, TAG_Valid);
fld_const          80 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid);
fld_const          85 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
fld_const          90 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
fld_const          95 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
fld_const         100 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
fld_const         105 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_Z, 0, TAG_Zero);