Searched refs:PSW_ST_BIT (Results 1 – 4 of 4) sorted by relevance
305 PSW_ST_BIT = 0x0040, enumerator340 #define PSW_ST ((PSW & PSW_ST_BIT) != 0)341 #define SET_PSW_ST(VAL) SET_PSW_BIT (PSW_ST_BIT, (VAL))
58 | PSW_ST_BIT89 if ((mask & (PSW_ST_BIT | PSW_FX_BIT)) == 0) in move_to_cr()91 if (val & PSW_ST_BIT && !(val & PSW_FX_BIT)) in move_to_cr()