Home
last modified time | relevance | path

Searched refs:PSW_SM (Results 1 – 2 of 2) sorted by relevance

/qemu/target/hppa/
H A Dsys_helper.c75 cpu_hppa_put_psw(env, (psw & ~PSW_SM) | (nsm & PSW_SM)); in HELPER()
76 return psw & PSW_SM; in HELPER()
H A Dcpu.h128 #define PSW_SM (PSW_W | PSW_E | PSW_O | PSW_G | PSW_F \ macro