Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_compare.c211 if (!NOT_EMPTY(0) || !NOT_EMPTY(nr)) { in compare_st_st()
257 if (!NOT_EMPTY(0) || !NOT_EMPTY(nr)) { in compare_u_st_st()
Dfpu_aux.c114 if (NOT_EMPTY(i)) { in fld_i_()
Dfpu_entry.c527 if (!NOT_EMPTY_ST0 || !NOT_EMPTY(FPU_rm)) { in math_emulate()
533 if (!NOT_EMPTY_ST0 || !NOT_EMPTY(FPU_rm)) { in math_emulate()
539 if (!NOT_EMPTY_ST0 || !NOT_EMPTY(FPU_rm)) { in math_emulate()
Dfpu_emu.h149 #define NOT_EMPTY(i) (!FPU_empty_i(i)) macro