Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dcpu.h111 #define PSW_O 0x00000080 /* PA2.0 only */ macro
128 #define PSW_SM (PSW_W | PSW_E | PSW_O | PSW_G | PSW_F \
H A Dhelper.c90 reserved |= PSW_O | PSW_W; /* PA2.0 only */ in cpu_hppa_put_psw()
H A Dtranslate.c117 val &= ~(PSW_SM_W | PSW_SM_E | PSW_O); in expand_sm_imm()
/qemu/target/rx/
H A Dtranslate.c2043 PSW_O = 3, enumerator
2061 case PSW_O: in clrsetpsw()