Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/dsp32/
H A Ddsp32.cpp126 #define nFLAG ((m_nzcflags & 0x800000) != 0) macro
348 (nFLAG ? 0x02 : 0) | in state_export()
382 nFLAG ? 'n':'.', in state_string_export()
H A Ddsp32ops.hxx605 return !nFLAG; in condition()
607 return nFLAG; in condition()
621 return !(nFLAG ^ cFLAG); in condition()
623 return (nFLAG ^ cFLAG); in condition()
627 return (zFLAG | (nFLAG ^ vFLAG)); in condition()
700 if (!nFLAG) in goto_pl()
710 if (nFLAG) in goto_mi()
780 if (!(nFLAG ^ vFLAG)) in goto_ge()
790 if (nFLAG ^ vFLAG) in goto_lt()
800 if (!(zFLAG | (nFLAG ^ vFLAG))) in goto_gt()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dsp32/
H A Ddsp32.cpp126 #define nFLAG ((m_nzcflags & 0x800000) != 0) macro
348 (nFLAG ? 0x02 : 0) | in state_export()
382 nFLAG ? 'n':'.', in state_string_export()
H A Ddsp32ops.hxx605 return !nFLAG; in condition()
607 return nFLAG; in condition()
621 return !(nFLAG ^ cFLAG); in condition()
623 return (nFLAG ^ cFLAG); in condition()
627 return (zFLAG | (nFLAG ^ vFLAG)); in condition()
700 if (!nFLAG) in goto_pl()
710 if (nFLAG) in goto_mi()
780 if (!(nFLAG ^ vFLAG)) in goto_ge()
790 if (nFLAG ^ vFLAG) in goto_lt()
800 if (!(zFLAG | (nFLAG ^ vFLAG))) in goto_gt()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/dsp32/
H A Ddsp32ops.c632 return !nFLAG; in condition()
634 return nFLAG; in condition()
648 return !(nFLAG ^ cFLAG); in condition()
650 return (nFLAG ^ cFLAG); in condition()
654 return (zFLAG | (nFLAG ^ vFLAG)); in condition()
738 if (!nFLAG) in goto_pl()
750 if (nFLAG) in goto_mi()
834 if (!(nFLAG ^ vFLAG)) in goto_ge()
846 if (nFLAG ^ vFLAG) in goto_lt()
858 if (!(zFLAG | (nFLAG ^ vFLAG))) in goto_gt()
[all …]
H A Ddsp32.c136 #define nFLAG ((dsp32.nzcflags & 0x800000) != 0) macro
725 nFLAG ? 'n':'.', in dsp32c_info()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/dsp32/
H A Ddsp32ops.c632 return !nFLAG; in condition()
634 return nFLAG; in condition()
648 return !(nFLAG ^ cFLAG); in condition()
650 return (nFLAG ^ cFLAG); in condition()
654 return (zFLAG | (nFLAG ^ vFLAG)); in condition()
738 if (!nFLAG) in goto_pl()
750 if (nFLAG) in goto_mi()
834 if (!(nFLAG ^ vFLAG)) in goto_ge()
846 if (nFLAG ^ vFLAG) in goto_lt()
858 if (!(zFLAG | (nFLAG ^ vFLAG))) in goto_gt()
[all …]
H A Ddsp32.c136 #define nFLAG ((dsp32.nzcflags & 0x800000) != 0) macro
725 nFLAG ? 'n':'.', in dsp32c_info()