Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dcpu.h110 #define PSW_O 0x00000080 /* PA2.0 only */ macro
127 #define PSW_SM (PSW_W | PSW_E | PSW_O | PSW_G | PSW_F \
H A Dhelper.c74 reserved |= PSW_O | PSW_W; /* PA2.0 only */ in cpu_hppa_put_psw()
H A Dtranslate.c115 val &= ~(PSW_SM_W | PSW_SM_E | PSW_O); in expand_sm_imm()
/qemu/target/rx/
H A Dtranslate.c2042 PSW_O = 3, enumerator
2060 case PSW_O: in clrsetpsw()