Searched refs:SW_Top_Shift (Results 1 – 3 of 3) sorted by relevance
24 #define SW_Top_Shift Const__(11) /* shift for top of stack bits */ macro50 ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))
679 ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))694 S387->ftop = (S387->swd >> SW_Top_Shift) & 7; in restore_i387_soft()
1226 top = (partial_status >> SW_Top_Shift) & 7; in fldenv()