Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Darm7thumb.h70 #define Z_IS_SET(pc) ((pc) & ARM7_CPSR_Z) macro
78 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/arm7/
H A Darm7exec.c972 if (Z_IS_SET(GET_CPSR))
1062 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
1102 if (Z_IS_SET(GET_CPSR) || !(GET_CPSR & N_MASK) != !(GET_CPSR & V_MASK))
1182 if (Z_IS_SET(GET_CPSR))
1210 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
1226 if (Z_IS_SET(GET_CPSR) || (!(GET_CPSR & N_MASK) != !(GET_CPSR & V_MASK)))
H A Darm7core.h207 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
215 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/arm7/
H A Darm7exec.c971 if (Z_IS_SET(GET_CPSR))
1061 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
1101 if (Z_IS_SET(GET_CPSR) || !(GET_CPSR & N_MASK) != !(GET_CPSR & V_MASK))
1181 if (Z_IS_SET(GET_CPSR))
1209 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR))
1225 if (Z_IS_SET(GET_CPSR) || (!(GET_CPSR & N_MASK) != !(GET_CPSR & V_MASK)))
H A Darm7core.h207 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
215 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/arm/
H A Darm.cpp122 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
129 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
355 if (Z_IS_SET(pc)) goto L_Next; in ArmRun()
376 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in ArmRun()
388 if (Z_IS_SET(pc) || (!(pc & N_MASK) != !(pc & V_MASK))) goto L_Next; in ArmRun()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/arm/
H A Darm.cpp122 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
129 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
352 if (Z_IS_SET(pc)) goto L_Next; in ArmRun()
373 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in ArmRun()
385 if (Z_IS_SET(pc) || (!(pc & N_MASK) != !(pc & V_MASK))) goto L_Next; in ArmRun()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/arm/
H A Darm.c103 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
110 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
329 if (Z_IS_SET(pc)) goto L_Next; in arm_execute()
350 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in arm_execute()
362 if (Z_IS_SET(pc) || (!(pc & N_MASK) != !(pc & V_MASK))) goto L_Next; in arm_execute()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm7/
H A Darm7core.h297 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
306 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
H A Darm7.cpp1151 if (Z_IS_SET(m_r[eCPSR])) in execute_run()
1179 if (C_IS_CLEAR(m_r[eCPSR]) || Z_IS_SET(m_r[eCPSR])) in execute_run()
1195 if (Z_IS_SET(m_r[eCPSR]) || (!(m_r[eCPSR] & N_MASK) != !(m_r[eCPSR] & V_MASK))) in execute_run()
H A Darm7thmb.cpp1355 if (Z_IS_SET(GET_CPSR)) in tg0d_0()
1473 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR)) in tg0d_9()
1525 if (Z_IS_SET(GET_CPSR) || !(GET_CPSR & N_MASK) != !(GET_CPSR & V_MASK)) in tg0d_d()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm7/
H A Darm7core.h297 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
306 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
H A Darm7.cpp1151 if (Z_IS_SET(m_r[eCPSR])) in execute_run()
1179 if (C_IS_CLEAR(m_r[eCPSR]) || Z_IS_SET(m_r[eCPSR])) in execute_run()
1195 if (Z_IS_SET(m_r[eCPSR]) || (!(m_r[eCPSR] & N_MASK) != !(m_r[eCPSR] & V_MASK))) in execute_run()
H A Darm7thmb.cpp1355 if (Z_IS_SET(GET_CPSR)) in tg0d_0()
1473 if (C_IS_CLEAR(GET_CPSR) || Z_IS_SET(GET_CPSR)) in tg0d_9()
1525 if (Z_IS_SET(GET_CPSR) || !(GET_CPSR & N_MASK) != !(GET_CPSR & V_MASK)) in tg0d_d()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm/
H A Darm.cpp104 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
111 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
354 if (Z_IS_SET(pc)) goto L_Next; in execute_run()
375 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in execute_run()
387 if (Z_IS_SET(pc) || (!(pc & N_MASK) != !(pc & V_MASK))) goto L_Next; in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm/
H A Darm.cpp104 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
111 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
354 if (Z_IS_SET(pc)) goto L_Next; in execute_run()
375 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in execute_run()
387 if (Z_IS_SET(pc) || (!(pc & N_MASK) != !(pc & V_MASK))) goto L_Next; in execute_run()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/arm/
H A Darm.c104 #define Z_IS_SET(pc) ((pc) & Z_MASK) macro
111 #define Z_IS_CLEAR(pc) (!Z_IS_SET(pc))
334 if (Z_IS_SET(pc)) goto L_Next; in arm_execute()
355 if (C_IS_CLEAR(pc) || Z_IS_SET(pc)) goto L_Next; in arm_execute()
367 if (Z_IS_SET(pc) || (!(pc & N_MASK) != !(pc & V_MASK))) goto L_Next; in arm_execute()