Home
last modified time | relevance | path

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

/linux/arch/x86/math-emu/
H A Dfpu_entry.c271 if (NOT_EMPTY_ST0) { in math_emulate()
480 if (!NOT_EMPTY_ST0) { in math_emulate()
486 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_emu.h152 #define NOT_EMPTY_ST0 (st0_tag ^ TAG_Empty) macro