Home
last modified time | relevance | path

Searched defs:SET_VFLG (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/uade/uade-2.13/src/machdep/
H A Dm68k.h16 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~0x800) | (((y) & 1) << 11)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/md-68k/
H A Dm68k.h38 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/md-amd64-gcc/
H A Dm68k.h48 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/md-generic/
H A Dm68k.h34 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/md-i386-gcc/
H A Dm68k.h48 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/md-ppc-gcc/
H A Dm68k.h61 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/md-ppc/
H A Dm68k.h30 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V… macro
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Dm68k.h48 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
H A Dnewcpu.h49 #define SET_VFLG(x) (VFLG() = (x)) macro
/dports/emulators/hatari/hatari-2.2.1/src/cpu/machdep/
H A Dm68k.h42 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/machdep/
H A Dm68k.h53 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/machdep/
H A Dm68k.h84 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
H A Dm68kops.h38 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
536 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~FLAGVAL_V) | (((y) ? 1 : 0) << FLAGBIT_V)) macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dnoflags.h58 #define SET_VFLG(y) do {uae_u32 dummy=(y); } while (0) macro
H A Dnewcpu.h17 #define SET_VFLG(x) (VFLG() = (x)) macro
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/
H A Dnoflags.h58 #define SET_VFLG(y) do {uae_u32 dummy=(y); } while (0) macro
H A Dm68k.h85 #define SET_VFLG(y) (regflags.cznv = (((uae_u32)regflags.cznv) & ~FLAGVAL_V) | (((y) & 1) << FLAGBI… macro
268 #define SET_VFLG(y) (regflags.cznv = (((uae_u32)regflags.cznv) & ~FLAGVAL_V) | (((y) & 1) << FLAGBI… macro
470 #define SET_VFLG(y) (regflags.nzcv = (regflags.nzcv & ~FLAGVAL_V) | (((y) & 1) << FLAGBIT_V)) macro
764 #define SET_VFLG(y) (regflags.nzvc = (regflags.nzvc & ~FLAGVAL_V) | (((y) & 1) << FLAGBIT_V)) macro
1428 #define SET_VFLG(x) (VFLG = (x)) macro
/dports/emulators/uae/uae-0.8.29/src/md-i386-gcc/
H A Dm68k.h19 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~0x800) | (((y) & 1) << 11)) macro
/dports/emulators/uae/uae-0.8.29/src/md-amd64-gcc/
H A Dm68k.h19 #define SET_VFLG(y) (regflags.cznv = (regflags.cznv & ~0x800) | (((y) & 1) << 11)) macro
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/m68000/
H A Dcpudefs.h78 #define SET_VFLG(x) (VFLG = (x)) macro
/dports/audio/uade/uade-2.13/src/include/
H A Dnewcpu.h17 #define SET_VFLG(x) (VFLG = (x)) macro
/dports/games/libretro-hatari/hatari-561c07e/src/uae-cpu/
H A Dnewcpu.h49 #define SET_VFLG(x) (VFLG = (x)) macro
/dports/emulators/hatari/hatari-2.2.1/src/uae-cpu/
H A Dnewcpu.h49 #define SET_VFLG(x) (VFLG = (x)) macro
/dports/emulators/tiemu3/tiemu-3.03/src/core/uae/
H A Dnewcpu.h30 #define SET_VFLG(x) (VFLG = (x)) macro
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dnewcpu.h16 #define SET_VFLG(x) (VFLG = (x)) macro

12