Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Desa390.h1479 #define SIE_M_VR 0x08 /* V=R mode guest */ macro
1652 #define SIE_M_VR 0x08 /* V=R mode guest */ macro
H A Dsie.c345 GUESTREGS->sie_pref = (STATEBK->m & SIE_M_VR) ? 1 : 0; in DEF_INST()