Home
last modified time | relevance | path

Searched refs:COMP_SNaN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dreg_compare.c107 return COMP_No_Comp | COMP_SNaN | COMP_NaN; in compare()
317 if (c & COMP_SNaN) { /* This is the only difference between in compare_u_st_st()
368 if (c & COMP_SNaN) { /* This is the only difference between in compare_ui_st_st()
H A Dstatus_w.h48 #define COMP_SNaN 0x80 macro