Searched refs:CW_RC (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | reg_add_sub.c | 81 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 D | control_w.h | 20 #define CW_RC _Const_(0x0C00) /* rounding control */ macro
|
H A D | reg_round.S | 174 andl CW_RC,%ecx 254 andl CW_RC,%ecx 328 andl CW_RC,%ecx
|
H A D | reg_constant.c | 117 (constants_table[FPU_rm]) (control_word & CW_RC); in fconst()
|
H A D | reg_ld_str.c | 422 switch (control_word & CW_RC) { in FPU_store_double() 610 switch (control_word & CW_RC) { in FPU_store_single() 991 switch (control_word & CW_RC) { in FPU_round_to_int()
|
H A D | fpu_trig.c | 47 control_word &= ~CW_RC; in trig_arg() 807 control_word &= ~CW_RC; in do_fprem() 1512 control_word &= ~CW_RC; in fscale()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | reg_add_sub.c | 81 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 D | control_w.h | 20 #define CW_RC _Const_(0x0C00) /* rounding control */ macro
|
H A D | reg_round.S | 174 andl CW_RC,%ecx 254 andl CW_RC,%ecx 328 andl CW_RC,%ecx
|
H A D | reg_constant.c | 117 (constants_table[FPU_rm]) (control_word & CW_RC); in fconst()
|
H A D | reg_ld_str.c | 422 switch (control_word & CW_RC) { in FPU_store_double() 610 switch (control_word & CW_RC) { in FPU_store_single() 991 switch (control_word & CW_RC) { in FPU_round_to_int()
|
H A D | fpu_trig.c | 47 control_word &= ~CW_RC; in trig_arg() 812 control_word &= ~CW_RC; in do_fprem() 1517 control_word &= ~CW_RC; in fscale()
|
Completed in 9 milliseconds