Searched refs:RC_UP (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | control_w.h | 34 #define RC_UP _Const_(0x0800) macro
|
H A D | reg_round.S | 181 cmpl RC_UP,%ecx /* Towards +infinity */ 261 cmpl RC_UP,%ecx /* Towards +infinity */ 335 cmpl RC_UP,%ecx /* Towards +infinity */
|
H A D | reg_constant.c | 70 (and not one of RC_RND or RC_UP). 81 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t()
|
H A D | reg_ld_str.c | 433 case RC_UP: /* towards +infinity */ in FPU_store_double() 620 case RC_UP: /* towards +infinity */ in FPU_store_single() 1009 case RC_UP: in FPU_round_to_int()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | control_w.h | 34 #define RC_UP _Const_(0x0800) macro
|
H A D | reg_round.S | 181 cmpl RC_UP,%ecx /* Towards +infinity */ 261 cmpl RC_UP,%ecx /* Towards +infinity */ 335 cmpl RC_UP,%ecx /* Towards +infinity */
|
H A D | reg_constant.c | 70 (and not one of RC_RND or RC_UP). 81 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid); in fldl2t()
|
H A D | reg_ld_str.c | 433 case RC_UP: /* towards +infinity */ in FPU_store_double() 620 case RC_UP: /* towards +infinity */ in FPU_store_single() 1009 case RC_UP: in FPU_round_to_int()
|
Completed in 6 milliseconds