Home
last modified time | relevance | path

Searched refs:SET_N (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/e132xs/
H A De132xs.c1207 SET_N(0); in e132xs_movd()
1573 SET_N(1); in e132xs_cmp()
1575 SET_N(0); in e132xs_cmp()
1638 SET_N(SIGN_BIT(val)); in e132xs_mov()
2114 SET_N(1); in e132xs_cmpi()
2116 SET_N(0); in e132xs_cmpi()
2157 SET_N(SIGN_BIT(val)); in e132xs_movi()
2399 SET_N(SIGN_BIT(ret)); in e132xs_shr()
2502 SET_N(SIGN_BIT(ret)); in e132xs_sar()
2573 SET_N(SIGN_BIT(ret)); in e132xs_shl()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/e132xs/
H A De132xs.c1223 SET_N(0); in e132xs_movd()
1589 SET_N(1); in e132xs_cmp()
1591 SET_N(0); in e132xs_cmp()
1654 SET_N(SIGN_BIT(val)); in e132xs_mov()
2130 SET_N(1); in e132xs_cmpi()
2132 SET_N(0); in e132xs_cmpi()
2173 SET_N(SIGN_BIT(val)); in e132xs_movi()
2415 SET_N(SIGN_BIT(ret)); in e132xs_shr()
2518 SET_N(SIGN_BIT(ret)); in e132xs_sar()
2589 SET_N(SIGN_BIT(ret)); in e132xs_shl()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/e132xs/
H A De132xs.cpp1752 SET_N(0); in hyperstone_movd()
1970 SET_N( SIGN_BIT(res) ); in hyperstone_sums()
1994 SET_N(1); in hyperstone_cmp()
1996 SET_N(0); in hyperstone_cmp()
2072 SET_N( SIGN_BIT(res) ); in hyperstone_adds()
2208 SET_N( SIGN_BIT(res) ); in hyperstone_subs()
2311 SET_N( SIGN_BIT(res) ); in hyperstone_negs()
2336 SET_N(1); in hyperstone_cmpi()
2338 SET_N(0); in hyperstone_cmpi()
2420 SET_N( SIGN_BIT(res) ); in hyperstone_addsi()
[all …]
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dmailmark.c55 #define SET_N "0123456789" macro
94 val = posn(SET_N, input); in verify_character()
302 large_add_u64(&b, posn(SET_N, postcode[i])); in mailmark()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/score/
H A Dscorem.h90 #define SET_N(f) if (f) REG_CR |= FLAG_N; else REG_CR &= ~FLAG_N; macro
94 #define CHECK_N(r) SET_N((int32_t)(r) < 0)
/dports/emulators/mame/mame-mame0226/src/devices/cpu/score/
H A Dscorem.h90 #define SET_N(f) if (f) REG_CR |= FLAG_N; else REG_CR &= ~FLAG_N; macro
94 #define CHECK_N(r) SET_N((int32_t)(r) < 0)
/dports/math/clblas/clBLAS-2.10/src/tests/include/
H A Dcmdline.h39 SET_N = (1 << 4), enumerator
/dports/math/clblas/clBLAS-2.10/src/tests/functional/
H A Dtest-functional.cpp65 if (params.optFlags & SET_N) { in main()
/dports/math/clblas/clBLAS-2.10/src/tests/
H A Dcmdline.c100 params->optFlags |= SET_N; in doParseCmdLine()
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Dgpu.c218 #define SET_N(r) (gpu_flag_n = (((uint32_t)(r) >> 31) & 0x01)) macro
221 #define SET_ZN(r) SET_N(r); SET_Z(r)
222 #define SET_ZNC_ADD(a,b,r) SET_N(r); SET_Z(r); SET_C_ADD(a,b)
223 #define SET_ZNC_SUB(a,b,r) SET_N(r); SET_Z(r); SET_C_SUB(a,b)
/dports/emulators/mess/mame-mame0226/src/devices/cpu/adsp2100/
H A D2100ops.hxx35 #define SET_N (m_astat |= NFLAG) macro
806 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar()
932 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar_const()
1070 if (xop == 0x8000) SET_N, SET_V; in alu_op_af()
1193 if (xop == 0x8000) SET_N, SET_V; in alu_op_af_const()
1328 if (xop == 0x8000) SET_N, SET_V; in alu_op_none()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/adsp2100/
H A D2100ops.hxx35 #define SET_N (m_astat |= NFLAG) macro
806 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar()
932 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar_const()
1070 if (xop == 0x8000) SET_N, SET_V; in alu_op_af()
1193 if (xop == 0x8000) SET_N, SET_V; in alu_op_af_const()
1328 if (xop == 0x8000) SET_N, SET_V; in alu_op_none()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/
H A D32xsdefs.h200 #define SET_N(val) (SR = (SR & ~N_MASK) | ((val) << 2)) macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/
H A D32xsdefs.h200 #define SET_N(val) (SR = (SR & ~N_MASK) | ((val) << 2)) macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/t11/
H A Dt11.c110 #define SET_N (PSW |= NFLAG) macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/jaguar/
H A Djaguar.cpp64 inline void jaguar_cpu_device::SET_N(u32 r) { m_flags |= ((r >> 29) & 4); } in SET_N() function in jaguar_cpu_device
65 inline void jaguar_cpu_device::SET_ZN(u32 r) { SET_N(r); SET_Z(r); } in SET_ZN()
66 inline void jaguar_cpu_device::SET_ZNC_ADD(u32 a, u32 b, u32 r) { SET_N(r); SET_Z(r); SET_C_ADD(a, … in SET_ZNC_ADD()
67 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()
H A Djaguar.h105 inline void SET_N(u32 r); in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/jaguar/
H A Djaguar.cpp64 inline void jaguar_cpu_device::SET_N(u32 r) { m_flags |= ((r >> 29) & 4); } in SET_N() function in jaguar_cpu_device
65 inline void jaguar_cpu_device::SET_ZN(u32 r) { SET_N(r); SET_Z(r); } in SET_ZN()
66 inline void jaguar_cpu_device::SET_ZNC_ADD(u32 a, u32 b, u32 r) { SET_N(r); SET_Z(r); SET_C_ADD(a, … in SET_ZNC_ADD()
67 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()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/adsp2100/
H A D2100ops.c43 #define SET_N (adsp->astat |= NFLAG) macro
822 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar()
948 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar_const()
1086 if (xop == 0x8000) SET_N, SET_V; in alu_op_af()
1209 if (xop == 0x8000) SET_N, SET_V; in alu_op_af_const()
1344 if (xop == 0x8000) SET_N, SET_V; in alu_op_none()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/adsp2100/
H A D2100ops.c43 #define SET_N (adsp->astat |= NFLAG) macro
821 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar()
947 if (xop == 0x8000) SET_N, SET_V; in alu_op_ar_const()
1085 if (xop == 0x8000) SET_N, SET_V; in alu_op_af()
1208 if (xop == 0x8000) SET_N, SET_V; in alu_op_af_const()
1343 if (xop == 0x8000) SET_N, SET_V; in alu_op_none()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010ops.c36 #define SET_N(val) (N_FLAG = SIGN(val)) macro
37 #define SET_NZ(val) { SET_Z(val); SET_N(NOTZ_FLAG); }
612 SET_N(R##REG(rd)^0x80000000); \
671 SET_N(*rd1); \
678 SET_N(HI32_32_64(product)); \
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms34010/
H A D34010ops.c36 #define SET_N(val) (N_FLAG = SIGN(val)) macro
37 #define SET_NZ(val) { SET_Z(val); SET_N(NOTZ_FLAG); }
612 SET_N(R##REG(rd)^0x80000000); \
671 SET_N(*rd1); \
678 SET_N(HI32_32_64(product)); \
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/jaguar/
H A Djaguar.c52 #define SET_N(r) (jaguar.FLAGS |= (((UINT32)(r) >> 29) & 4)) macro
53 #define SET_ZN(r) SET_N(r); SET_Z(r)
54 #define SET_ZNC_ADD(a,b,r) SET_N(r); SET_Z(r); SET_C_ADD(a,b)
55 #define SET_ZNC_SUB(a,b,r) SET_N(r); SET_Z(r); SET_C_SUB(a,b)
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/jaguar/
H A Djaguar.c55 #define SET_N(r) (jaguar.FLAGS |= (((UINT32)(r) >> 29) & 4)) macro
56 #define SET_ZN(r) SET_N(r); SET_Z(r)
57 #define SET_ZNC_ADD(a,b,r) SET_N(r); SET_Z(r); SET_C_ADD(a,b)
58 #define SET_ZNC_SUB(a,b,r) SET_N(r); SET_Z(r); SET_C_SUB(a,b)
/dports/emulators/mess/mame-mame0226/src/devices/cpu/t11/
H A Dt11.cpp169 #define SET_N (PSW |= NFLAG) macro

12