Home
last modified time | relevance | path

Searched refs:SW_Top_Shift (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dstatus_w.h25 #define SW_Top_Shift Const__(11) /* shift for top of stack bits */ 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))
657 S387->ftop = (S387->swd >> SW_Top_Shift) & 7; in fpregs_soft_set()
H A Dreg_ld_str.c1081 top = (partial_status >> SW_Top_Shift) & 7; in fldenv()