Home
last modified time | relevance | path

Searched refs:SET_OVERFLOW (Results 1 – 11 of 11) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/third_party/g7221/common/
H A Dbasic_op.c428 SET_OVERFLOW(1); in L_add_c()
437 SET_OVERFLOW(1); in L_add_c()
442 SET_OVERFLOW(0); in L_add_c()
450 SET_OVERFLOW(0); in L_add_c()
455 SET_OVERFLOW(0); in L_add_c()
465 SET_OVERFLOW(1); in L_add_c()
553 SET_OVERFLOW(1); in L_sub_c()
565 SET_OVERFLOW(1); in L_sub_c()
570 SET_OVERFLOW(1); in L_sub_c()
575 SET_OVERFLOW(0); in L_sub_c()
[all …]
H A Dbasic_op_i.h284 SET_OVERFLOW(1); in L_add()
342 SET_OVERFLOW(1); in L_sub()
396 SET_OVERFLOW(1); in L_mult()
548 SET_OVERFLOW(1); in L_shl_nocheck()
555 SET_OVERFLOW(1); in L_shl_nocheck()
697 SET_OVERFLOW(1); in shl_nocheck()
H A Dbasic_op.h99 # define SET_OVERFLOW(n) g7221_Overflow = n macro
103 # define SET_OVERFLOW(n) macro
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dmos6502_class.cpp208 inline void MOS6502::SET_OVERFLOW(bool status) in SET_OVERFLOW() function in MOS6502
620 SET_OVERFLOW(((AC ^ tmp) & 0x80) && !((AC ^ tmp1) & 0x80)); in OneZyklus()
628 SET_OVERFLOW(!((AC ^ tmp1) & 0x80) && ((AC ^ tmp) & 0x80)); in OneZyklus()
646 SET_OVERFLOW(((AC ^ tmp) & 0x80) && !((AC ^ tmp1) & 0x80)); in OneZyklus()
719 SET_OVERFLOW(((AC ^ tmp2) & 0x80) && ((AC ^ src) & 0x80)); in OneZyklus()
726 SET_OVERFLOW(((AC ^ tmp2) & 0x80) && ((AC ^ src) & 0x80)); in OneZyklus()
743 SET_OVERFLOW(((AC ^ tmp2) & 0x80) && ((AC ^ src) & 0x80)); in OneZyklus()
750 SET_OVERFLOW(((AC ^ tmp2) & 0x80) && ((AC ^ src) & 0x80)); in OneZyklus()
1274 SET_OVERFLOW(((AC ^ tmp2) & 0x80) in OneZyklus()
1319 SET_OVERFLOW(!!((AC & 0x40) ^ ((AC & 0x20) << 1))); in OneZyklus()
[all …]
H A Dmos6510_class.cpp350 inline void MOS6510::SET_OVERFLOW(bool status) in SET_OVERFLOW() function in MOS6510
834 SET_OVERFLOW(((AC ^ tmp) & 0x80) && !((AC ^ tmp1) & 0x80)); in OneZyklus()
842 SET_OVERFLOW(!((AC ^ tmp1) & 0x80) && ((AC ^ tmp) & 0x80)); in OneZyklus()
941 SET_OVERFLOW(((AC ^ tmp2) & 0x80) && ((AC ^ src) & 0x80)); in OneZyklus()
948 SET_OVERFLOW(((AC ^ tmp2) & 0x80) in OneZyklus()
967 SET_OVERFLOW(((AC ^ tmp2) & 0x80) && ((AC ^ src) & 0x80)); in OneZyklus()
974 SET_OVERFLOW(((AC ^ tmp2) & 0x80) in OneZyklus()
1001 SET_OVERFLOW(((AC ^ tmp2) & 0x80) in OneZyklus()
1550 SET_OVERFLOW(((AC ^ tmp2) & 0x80) in OneZyklus()
1599 SET_OVERFLOW(!!((AC & 0x40) ^ ((AC & 0x20) << 1))); in OneZyklus()
[all …]
H A Dmos6502_class.h71 inline void SET_OVERFLOW(bool status);
H A Dmos6510_class.h77 inline void SET_OVERFLOW(bool status);
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu_base.c290 SET_OVERFLOW (D16_SIGN /* set O if the signs */ in cpu_add_16()
322 SET_OVERFLOW (D16_SIGN /* set O if the signs */ in cpu_sub_16()
347 SET_OVERFLOW (check != 0 && check != S16_OVFL_MASK); /* if they are not all zeros or all ones … in cpu_mpy_16()
568SET_OVERFLOW (TRUE); /* an overflow will occur on the division */ in cpu_stack_op()
575SET_OVERFLOW (check != 0 && check != S16_OVFL_MASK); /* if they are not all zeros or all ones… in cpu_stack_op()
649 SET_OVERFLOW (dividend == -32768 && divisor == -1); /* set overflow for -2**15 / -1 */ in cpu_stack_op()
932SET_OVERFLOW (uquotient & ~D16_MASK); /* set O if the quotient needs more than 16 bits */ in cpu_stack_op()
1962 SET_OVERFLOW (D32_SIGN /* set O if the signs */ in add_32()
1994 SET_OVERFLOW (D32_SIGN /* set O if the signs */ in sub_32()
3510SET_OVERFLOW (check != 0 && check != S32_OVFL_MASK); /* if they are not all zeros or all ones… in firmware_extension()
[all …]
H A Dhp3000_cpu.h688 #define SET_OVERFLOW(b) if (b) { \ macro
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu_base.c287 SET_OVERFLOW (D16_SIGN /* set O if the signs */ in cpu_add_16()
319 SET_OVERFLOW (D16_SIGN /* set O if the signs */ in cpu_sub_16()
344 SET_OVERFLOW (check != 0 && check != S16_OVFL_MASK); /* if they are not all zeros or all ones … in cpu_mpy_16()
565SET_OVERFLOW (TRUE); /* an overflow will occur on the division */ in cpu_stack_op()
572SET_OVERFLOW (check != 0 && check != S16_OVFL_MASK); /* if they are not all zeros or all ones… in cpu_stack_op()
646 SET_OVERFLOW (dividend == -32768 && divisor == -1); /* set overflow for -2**15 / -1 */ in cpu_stack_op()
929SET_OVERFLOW (uquotient & ~D16_MASK); /* set O if the quotient needs more than 16 bits */ in cpu_stack_op()
1959 SET_OVERFLOW (D32_SIGN /* set O if the signs */ in add_32()
1991 SET_OVERFLOW (D32_SIGN /* set O if the signs */ in sub_32()
3494SET_OVERFLOW (check != 0 && check != S32_OVFL_MASK); /* if they are not all zeros or all ones… in firmware_extension()
[all …]
H A Dhp3000_cpu.h678 #define SET_OVERFLOW(b) if (b) { \ macro