Home
last modified time | relevance | path

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

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Ddsp.c1047 SET_ZNC_SUB(RN, RM, res); in dsp_opcode_sub()
1067 SET_ZNC_SUB(RN, r1, res); in dsp_opcode_subq()
1075 SET_ZNC_SUB(RN, RM, res); in dsp_opcode_cmp()
1085 SET_ZNC_SUB(RN, r1, res); in dsp_opcode_cmpq()
1496 SET_ZNC_SUB(0, RN, res); in dsp_opcode_neg()
1628 SET_ZNC_SUB(r2, r1, res); in dsp_opcode_subqmod()
1895 SET_ZNC_SUB(PRN, PRM, res); in DSP_cmp()
1905 SET_ZNC_SUB(PRN, r1, res); in DSP_cmpq()
2291 SET_ZNC_SUB(0, PRN, res); in DSP_neg()
2594 SET_ZNC_SUB(PRN, r1, res); in DSP_subq()
[all …]
H A Dgpu.c223 #define SET_ZNC_SUB(a,b,r) SET_N(r); SET_Z(r); SET_C_SUB(a,b) macro
947 SET_ZNC_SUB(RN, RM, res); in gpu_opcode_sub()
967 SET_ZNC_SUB(RN, r1, res); in gpu_opcode_subq()
981 SET_ZNC_SUB(RN, RM, res); in gpu_opcode_cmp()
991 SET_ZNC_SUB(RN, r1, res); in gpu_opcode_cmpq()
1528 SET_ZNC_SUB(0, RN, res); in gpu_opcode_neg()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/jaguar/
H A Djaguar.cpp67 inline void jaguar_cpu_device::SET_ZNC_SUB(u32 a, u32 b, u32 r) { SET_N(r); SET_Z(r); SET_C_SUB(a, … in SET_ZNC_SUB() function in jaguar_cpu_device
670 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in cmp_rn_rn()
678 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in cmpq_n_rn()
949 CLR_ZNC(); SET_ZNC_SUB(0, r2, res); in neg_rn()
1230 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in sub_rn_rn()
1241 CLR_ZNC(); SET_ZNC_SUB(r2, r1 + c, res); in subc_rn_rn()
1251 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in subq_n_rn()
1262 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in subqmod_n_rn()
H A Djaguar.h108 inline void SET_ZNC_SUB(u32 a, u32 b, u32 r); in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/jaguar/
H A Djaguar.cpp67 inline void jaguar_cpu_device::SET_ZNC_SUB(u32 a, u32 b, u32 r) { SET_N(r); SET_Z(r); SET_C_SUB(a, … in SET_ZNC_SUB() function in jaguar_cpu_device
670 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in cmp_rn_rn()
678 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in cmpq_n_rn()
949 CLR_ZNC(); SET_ZNC_SUB(0, r2, res); in neg_rn()
1230 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in sub_rn_rn()
1241 CLR_ZNC(); SET_ZNC_SUB(r2, r1 + c, res); in subc_rn_rn()
1251 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in subq_n_rn()
1262 CLR_ZNC(); SET_ZNC_SUB(r2, r1, res); in subqmod_n_rn()
H A Djaguar.h108 inline void SET_ZNC_SUB(u32 a, u32 b, u32 r); in DECLARE_DEVICE_TYPE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/jaguar/
H A Djaguar.c55 #define SET_ZNC_SUB(a,b,r) SET_N(r); SET_Z(r); SET_C_SUB(a,b) macro
1051 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in cmp_rn_rn()
1059 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in cmpq_n_rn()
1304 CLR_ZNC; SET_ZNC_SUB(0,r2,res); in neg_rn()
1567 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in sub_rn_rn()
1577 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in subc_rn_rn()
1587 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in subq_n_rn()
1598 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in subqmod_n_rn()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/jaguar/
H A Djaguar.c58 #define SET_ZNC_SUB(a,b,r) SET_N(r); SET_Z(r); SET_C_SUB(a,b) macro
1054 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in cmp_rn_rn()
1062 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in cmpq_n_rn()
1307 CLR_ZNC; SET_ZNC_SUB(0,r2,res); in neg_rn()
1570 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in sub_rn_rn()
1580 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in subc_rn_rn()
1590 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in subq_n_rn()
1601 CLR_ZNC; SET_ZNC_SUB(r2,r1,res); in subqmod_n_rn()