Home
last modified time | relevance | path

Searched refs:PSW_SM_BIT (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h297 PSW_SM_BIT = 0x8000, enumerator
316 #define PSW_SM ((PSW & PSW_SM_BIT) != 0)
317 #define SET_PSW_SM(VAL) SET_PSW_BIT (PSW_SM_BIT, (VAL))
H A Dsimops.c51 PSW_MASK = (PSW_SM_BIT
80 if ((mask & PSW_SM_BIT) == 0) in move_to_cr()
82 int new_psw_sm = (val & PSW_SM_BIT) != 0; in move_to_cr()
3149 SET_PSW (PSW & PSW_SM_BIT); in OP_5F00()
H A Dinterp.c989 SET_PSW (PSW & PSW_SM_BIT); in step_once()
/netbsd/external/gpl3/gdb.old/dist/sim/d10v/
H A Dd10v_sim.h297 PSW_SM_BIT = 0x8000, enumerator
316 #define PSW_SM ((PSW & PSW_SM_BIT) != 0)
317 #define SET_PSW_SM(VAL) SET_PSW_BIT (PSW_SM_BIT, (VAL))
H A Dsimops.c51 PSW_MASK = (PSW_SM_BIT
80 if ((mask & PSW_SM_BIT) == 0) in move_to_cr()
82 int new_psw_sm = (val & PSW_SM_BIT) != 0; in move_to_cr()
3149 SET_PSW (PSW & PSW_SM_BIT); in OP_5F00()
H A Dinterp.c989 SET_PSW (PSW & PSW_SM_BIT); in step_once()