Searched refs:CW_RC (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dcontrol_w.h19 #define CW_RC _Const_(0x0C00) /* rounding control */ macro
H A Dreg_add_sub.c86 setsign(dest, ((control_w & CW_RC) != RC_DOWN)
210 setsign(dest, ((control_w & CW_RC) != RC_DOWN)
312 setsign(dest, ((control_w & CW_RC) != RC_DOWN)
H A Dreg_constant.c115 (constants_table[FPU_rm])(control_word & CW_RC);
H A Dreg_round.S173 andl CW_RC,%ecx
253 andl CW_RC,%ecx
327 andl CW_RC,%ecx
H A Dfpu_trig.c48 control_word &= ~CW_RC;
892 control_word &= ~CW_RC;
1702 control_word &= ~CW_RC;
H A Dreg_ld_str.c463 switch (control_word & CW_RC)
685 switch (control_word & CW_RC)
1143 switch (control_word & CW_RC)

Completed in 102 milliseconds