Home
last modified time | relevance | path

Searched refs:C_IS_CLEAR (Results 1 – 17 of 17) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Darm7thumb.h79 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/arm7/
H A Darm7exec.c1002 if (C_IS_CLEAR(GET_CPSR))
1062 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
1186 if (C_IS_CLEAR(GET_CPSR))
1210 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
H A Darm7core.h216 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/arm7/
H A Darm7exec.c1001 if (C_IS_CLEAR(GET_CPSR))
1061 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
1185 if (C_IS_CLEAR(GET_CPSR))
1209 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
H A Darm7core.h216 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/arm/
H A Darm.cpp130 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
358 if (C_IS_CLEAR(pc)) goto L_Next; in ArmRun()
376 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in ArmRun()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/arm/
H A Darm.cpp130 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
355 if (C_IS_CLEAR(pc)) goto L_Next; in ArmRun()
373 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in ArmRun()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/arm/
H A Darm.c111 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
332 if (C_IS_CLEAR(pc)) goto L_Next; in arm_execute()
350 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in arm_execute()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm/
H A Darm.cpp112 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
357 if (C_IS_CLEAR(pc)) goto L_Next; in execute_run()
375 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm/
H A Darm.cpp112 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
357 if (C_IS_CLEAR(pc)) goto L_Next; in execute_run()
375 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in execute_run()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/arm/
H A Darm.c112 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
337 if (C_IS_CLEAR(pc)) goto L_Next; in arm_execute()
355 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in arm_execute()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm7/
H A Darm7core.h307 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
H A Darm7.cpp1155 if (C_IS_CLEAR(m_r[eCPSR])) in execute_run()
1179 if (C_IS_CLEAR(m_r[eCPSR]) || Z_IS_SET(m_r[eCPSR])) in execute_run()
H A Darm7thmb.cpp1395 if (C_IS_CLEAR(GET_CPSR)) in tg0d_3()
1473 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR)) in tg0d_9()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm7/
H A Darm7core.h307 #define C_IS_CLEAR(pc) (!C_IS_SET(pc)) macro
H A Darm7.cpp1155 if (C_IS_CLEAR(m_r[eCPSR])) in execute_run()
1179 if (C_IS_CLEAR(m_r[eCPSR]) || Z_IS_SET(m_r[eCPSR])) in execute_run()
H A Darm7thmb.cpp1395 if (C_IS_CLEAR(GET_CPSR)) in tg0d_3()
1473 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR)) in tg0d_9()