Home
last modified time | relevance | path

Searched refs:CARRY_FLAG (Results 1 – 22 of 22) sorted by relevance

/dports/japanese/kterm/pcemu1.01alpha/programs/
H A Dlredir.c32 #define CARRY_FLAG 1 /* carry bit in flags register */ macro
250 if (_DX & CARRY_FLAG) { in RedirectDevice()
332 if (_DX & CARRY_FLAG) { in GetRedirection()
384 if (_DX & CARRY_FLAG) { in CancelRedirection()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/rsp/
H A Drspcp2.cpp3810 ((CARRY_FLAG(1) & 1) << 1) | in handle_cop2()
3811 ((CARRY_FLAG(2) & 1) << 2) | in handle_cop2()
3812 ((CARRY_FLAG(3) & 1) << 3) | in handle_cop2()
3813 ((CARRY_FLAG(4) & 1) << 4) | in handle_cop2()
3814 ((CARRY_FLAG(5) & 1) << 5) | in handle_cop2()
3815 ((CARRY_FLAG(6) & 1) << 6) | in handle_cop2()
3816 ((CARRY_FLAG(7) & 1) << 7) | in handle_cop2()
4001 ((CARRY_FLAG(1) & 1) << 1) | in cfc2()
4002 ((CARRY_FLAG(2) & 1) << 2) | in cfc2()
4003 ((CARRY_FLAG(3) & 1) << 3) | in cfc2()
[all …]
H A Drspcp2d.cpp1628 int32_t r = s1 + s2 + (((CARRY_FLAG(i)) != 0) ? 1 : 0); in vadd()
1927 if (ZERO_FLAG(i) != 0 && CARRY_FLAG(i) != 0) in vlt()
2095 if (CARRY_FLAG(i) != 0) in vcl()
3186 RTVAL = ((CARRY_FLAG(0) & 1) << 0) | in cfc2()
3187 ((CARRY_FLAG(1) & 1) << 1) | in cfc2()
3188 ((CARRY_FLAG(2) & 1) << 2) | in cfc2()
3189 ((CARRY_FLAG(3) & 1) << 3) | in cfc2()
3190 ((CARRY_FLAG(4) & 1) << 4) | in cfc2()
3191 ((CARRY_FLAG(5) & 1) << 5) | in cfc2()
3192 ((CARRY_FLAG(6) & 1) << 6) | in cfc2()
[all …]
H A Drsp.cpp57 #define CARRY_FLAG(x) (m_vflag[CARRY][x & 7] != 0 ? 0xffff : 0) macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/rsp/
H A Drspcp2.cpp3810 ((CARRY_FLAG(1) & 1) << 1) | in handle_cop2()
3811 ((CARRY_FLAG(2) & 1) << 2) | in handle_cop2()
3812 ((CARRY_FLAG(3) & 1) << 3) | in handle_cop2()
3813 ((CARRY_FLAG(4) & 1) << 4) | in handle_cop2()
3814 ((CARRY_FLAG(5) & 1) << 5) | in handle_cop2()
3815 ((CARRY_FLAG(6) & 1) << 6) | in handle_cop2()
3816 ((CARRY_FLAG(7) & 1) << 7) | in handle_cop2()
4001 ((CARRY_FLAG(1) & 1) << 1) | in cfc2()
4002 ((CARRY_FLAG(2) & 1) << 2) | in cfc2()
4003 ((CARRY_FLAG(3) & 1) << 3) | in cfc2()
[all …]
H A Drspcp2d.cpp1628 int32_t r = s1 + s2 + (((CARRY_FLAG(i)) != 0) ? 1 : 0); in vadd()
1927 if (ZERO_FLAG(i) != 0 && CARRY_FLAG(i) != 0) in vlt()
2095 if (CARRY_FLAG(i) != 0) in vcl()
3186 RTVAL = ((CARRY_FLAG(0) & 1) << 0) | in cfc2()
3187 ((CARRY_FLAG(1) & 1) << 1) | in cfc2()
3188 ((CARRY_FLAG(2) & 1) << 2) | in cfc2()
3189 ((CARRY_FLAG(3) & 1) << 3) | in cfc2()
3190 ((CARRY_FLAG(4) & 1) << 4) | in cfc2()
3191 ((CARRY_FLAG(5) & 1) << 5) | in cfc2()
3192 ((CARRY_FLAG(6) & 1) << 6) | in cfc2()
[all …]
H A Drsp.cpp57 #define CARRY_FLAG(x) (m_vflag[CARRY][x & 7] != 0 ? 0xffff : 0) macro
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Dgpu.c54 #define CARRY_FLAG 0x0002 macro
290 if (i & (CARRY_FLAG << (j >> 4))) in build_branch_condition_table()
293 if (!(i & (CARRY_FLAG << (j >> 4)))) in build_branch_condition_table()
499 gpu_flag_c = (gpu_flags & CARRY_FLAG) >> 1; in GPUWriteLong()
H A Ddsp.c98 #define CARRY_FLAG 0x00002 macro
362 if ((j & 4) && (i & (CARRY_FLAG << (j >> 4)))) in dsp_build_branch_condition_table()
365 if ((j & 8) && (!(i & (CARRY_FLAG << (j >> 4))))) in dsp_build_branch_condition_table()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
H A DLegacyBios.h63 #define CARRY_FLAG 0x01 macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h995 #define CARRY_FLAG 0x01 macro
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/CoffeelakeSiliconPkg/SampleCode/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1010 #define CARRY_FLAG 0x01 macro
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/KabylakeSiliconPkg/SampleCode/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Csm/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Csm/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/Csm/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Csm/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Csm/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Csm/Include/Protocol/
H A DLegacyBios.h1014 #define CARRY_FLAG 0x01 macro