Home
last modified time | relevance | path

Searched refs:RC_DOWN (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dcontrol_w.h33 #define RC_DOWN _Const_(0x0400) macro
H A Dreg_add_sub.c81 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_add()
192 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_sub()
288 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in add_sub_specials()
H A Dreg_constant.c72 #define DOWN_OR_CHOP(x) (x & RC_DOWN)
H A Dreg_round.S184 cmpl RC_DOWN,%ecx /* Towards -infinity */
264 cmpl RC_DOWN,%ecx /* Towards -infinity */
338 cmpl RC_DOWN,%ecx /* Towards -infinity */
H A Dreg_ld_str.c428 case RC_DOWN: /* towards -infinity */ in FPU_store_double()
616 case RC_DOWN: /* towards -infinity */ in FPU_store_single()
1001 case RC_DOWN: in FPU_round_to_int()