Home
last modified time | relevance | path

Searched refs:SETW_V (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/t11/
H A Dt11ops.c122 #define SETW_V (PSW |= ((source ^ dest ^ result ^ (result >> 1)) >> 14) & 0x02) macro
125 #define SETW_NZV SETW_N; SETW_Z; SETW_V
126 #define SETW_NZVC SETW_N; SETW_Z; SETW_V; SETW_C
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/t11/
H A Dt11ops.c122 #define SETW_V (PSW |= ((source ^ dest ^ result ^ (result >> 1)) >> 14) & 0x02) macro
125 #define SETW_NZV SETW_N; SETW_Z; SETW_V
126 #define SETW_NZVC SETW_N; SETW_Z; SETW_V; SETW_C
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/t11/
H A Dt11ops.c122 #define SETW_V (PSW |= ((source ^ dest ^ result ^ (result >> 1)) >> 14) & 0x02) macro
125 #define SETW_NZV SETW_N; SETW_Z; SETW_V
126 #define SETW_NZVC SETW_N; SETW_Z; SETW_V; SETW_C
/dports/emulators/mess/mame-mame0226/src/devices/cpu/t11/
H A Dt11ops.hxx141 #define SETW_V (PSW |= ((source ^ dest ^ result ^ (result >> 1)) >> 14) & 0x02) macro
144 #define SETW_NZV SETW_N; SETW_Z; SETW_V
145 #define SETW_NZVC SETW_N; SETW_Z; SETW_V; SETW_C
/dports/emulators/mame/mame-mame0226/src/devices/cpu/t11/
H A Dt11ops.hxx141 #define SETW_V (PSW |= ((source ^ dest ^ result ^ (result >> 1)) >> 14) & 0x02) macro
144 #define SETW_NZV SETW_N; SETW_Z; SETW_V
145 #define SETW_NZVC SETW_N; SETW_Z; SETW_V; SETW_C