Home
last modified time | relevance | path

Searched refs:CLR_ZN (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/jaguar/
H A Djaguar.cpp635 CLR_ZN(); SET_ZN(res); in and_rn_rn()
645 CLR_ZN(); SET_ZN(res); in bclr_n_rn()
655 CLR_ZN(); SET_ZN(res); in bset_n_rn()
727 CLR_ZN(); SET_ZN(res); in imult_rn_rn()
737 CLR_ZN(); SET_ZN(res); in imultn_rn_rn()
863 CLR_ZN(); SET_ZN(res); in mirror_rn()
892 CLR_ZN(); SET_ZN(res); in mmult_rn_rn()
940 CLR_ZN(); SET_ZN(res); in mult_rn_rn()
974 CLR_ZN(); SET_ZN(res); in normi_rn_rn()
982 CLR_ZN(); SET_ZN(res); in not_rn()
[all …]
H A Djaguar.h100 inline void CLR_ZN(); in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/jaguar/
H A Djaguar.cpp635 CLR_ZN(); SET_ZN(res); in and_rn_rn()
645 CLR_ZN(); SET_ZN(res); in bclr_n_rn()
655 CLR_ZN(); SET_ZN(res); in bset_n_rn()
727 CLR_ZN(); SET_ZN(res); in imult_rn_rn()
737 CLR_ZN(); SET_ZN(res); in imultn_rn_rn()
863 CLR_ZN(); SET_ZN(res); in mirror_rn()
892 CLR_ZN(); SET_ZN(res); in mmult_rn_rn()
940 CLR_ZN(); SET_ZN(res); in mult_rn_rn()
974 CLR_ZN(); SET_ZN(res); in normi_rn_rn()
982 CLR_ZN(); SET_ZN(res); in not_rn()
[all …]
H A Djaguar.h100 inline void CLR_ZN(); in DECLARE_DEVICE_TYPE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/jaguar/
H A Djaguar.c1016 CLR_ZN; SET_ZN(res); in and_rn_rn()
1026 CLR_ZN; SET_ZN(res); in bclr_n_rn()
1036 CLR_ZN; SET_ZN(res); in bset_n_rn()
1103 CLR_ZN; SET_ZN(res); in imult_rn_rn()
1113 CLR_ZN; SET_ZN(res); in imultn_rn_rn()
1218 CLR_ZN; SET_ZN(res); in mirror_rn()
1247 CLR_ZN; SET_ZN(res); in mmult_rn_rn()
1295 CLR_ZN; SET_ZN(res); in mult_rn_rn()
1329 CLR_ZN; SET_ZN(res); in normi_rn_rn()
1337 CLR_ZN; SET_ZN(res); in not_rn()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/jaguar/
H A Djaguar.c1019 CLR_ZN; SET_ZN(res); in and_rn_rn()
1029 CLR_ZN; SET_ZN(res); in bclr_n_rn()
1039 CLR_ZN; SET_ZN(res); in bset_n_rn()
1106 CLR_ZN; SET_ZN(res); in imult_rn_rn()
1116 CLR_ZN; SET_ZN(res); in imultn_rn_rn()
1221 CLR_ZN; SET_ZN(res); in mirror_rn()
1250 CLR_ZN; SET_ZN(res); in mmult_rn_rn()
1298 CLR_ZN; SET_ZN(res); in mult_rn_rn()
1332 CLR_ZN; SET_ZN(res); in normi_rn_rn()
1340 CLR_ZN; SET_ZN(res); in not_rn()
[all …]
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Ddsp.c288 #define CLR_ZN (dsp_flag_z = dsp_flag_n = 0) macro
1453 CLR_ZN; in dsp_opcode_abs()
1826 CLR_ZN; SET_Z(PRES); in DSP_abs()
H A Dgpu.c215 #define CLR_ZN (gpu_flag_z = gpu_flag_n = 0) macro