Searched refs:RC_DOWN (Results 1 - 5 of 5) 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.h32 #define RC_DOWN _Const_(0x0400) 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.c67 /* A fast way to find out whether x is one of RC_DOWN or RC_CHOP
70 #define DOWN_OR_CHOP(x) (x & RC_DOWN)
H A Dreg_round.S183 cmpl RC_DOWN,%ecx /* Towards -infinity */
263 cmpl RC_DOWN,%ecx /* Towards -infinity */
337 cmpl RC_DOWN,%ecx /* Towards -infinity */
H A Dreg_ld_str.c470 case RC_DOWN: /* towards -infinity */
692 case RC_DOWN: /* towards -infinity */
1154 case RC_DOWN:

Completed in 101 milliseconds