Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dstatus_w.h24 #define SW_Top Const__(0x3800) /* top of stack */ macro
51 ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))
H A Dfpu_entry.c637 ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))