Searched refs:CPSR_Z_POS (Results 1 – 2 of 2) sorted by relevance
80 #define CPSR_Z_POS 30 macro105 #define MASK_CPSR_Z (1u << CPSR_Z_POS)
1024 SetBit32 (m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in EmulateMUL()13404 SetBit32(m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in WriteFlags()