Home
last modified time | relevance | path

Searched refs:NOT_EMPTY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dreg_compare.c212 if (!NOT_EMPTY(0) || !NOT_EMPTY(nr)) { in compare_st_st()
258 if (!NOT_EMPTY(0) || !NOT_EMPTY(nr)) { in compare_i_st_st()
306 if (!NOT_EMPTY(0) || !NOT_EMPTY(nr)) { in compare_u_st_st()
356 if (!NOT_EMPTY(0) || !NOT_EMPTY(nr)) { in compare_ui_st_st()
H A Dfpu_entry.c486 if (!NOT_EMPTY_ST0 || !NOT_EMPTY(FPU_rm)) { in math_emulate()
492 if (!NOT_EMPTY_ST0 || !NOT_EMPTY(FPU_rm)) { in math_emulate()
498 if (!NOT_EMPTY_ST0 || !NOT_EMPTY(FPU_rm)) { in math_emulate()
H A Dfpu_aux.c115 if (NOT_EMPTY(i)) { in fld_i_()
H A Dfpu_emu.h150 #define NOT_EMPTY(i) (!FPU_empty_i(i)) macro