Home
last modified time | relevance | path

Searched refs:PSW_ST_BIT (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h305 PSW_ST_BIT = 0x0040, enumerator
340 #define PSW_ST ((PSW & PSW_ST_BIT) != 0)
341 #define SET_PSW_ST(VAL) SET_PSW_BIT (PSW_ST_BIT, (VAL))
H A Dsimops.c58 | PSW_ST_BIT
89 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()
/netbsd/external/gpl3/gdb.old/dist/sim/d10v/
H A Dd10v_sim.h305 PSW_ST_BIT = 0x0040, enumerator
340 #define PSW_ST ((PSW & PSW_ST_BIT) != 0)
341 #define SET_PSW_ST(VAL) SET_PSW_BIT (PSW_ST_BIT, (VAL))
H A Dsimops.c58 | PSW_ST_BIT
89 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()