Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/math-emu/
Dreg_add_sub.c80 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_add()
191 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_sub()
287 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in add_sub_specials()
Dcontrol_w.h19 #define CW_RC _Const_(0x0C00) /* rounding control */ macro
Dreg_constant.c116 (constants_table[FPU_rm]) (control_word & CW_RC); in fconst()
Dreg_round.S173 andl CW_RC,%ecx
253 andl CW_RC,%ecx
327 andl CW_RC,%ecx
Dreg_ld_str.c421 switch (control_word & CW_RC) { in FPU_store_double()
609 switch (control_word & CW_RC) { in FPU_store_single()
990 switch (control_word & CW_RC) { in FPU_round_to_int()
Dfpu_trig.c46 control_word &= ~CW_RC; in trig_arg()
806 control_word &= ~CW_RC; in do_fprem()
1511 control_word &= ~CW_RC; in fscale()