Searched refs:CPSR_Z_POS (Results 1 – 2 of 2) sorted by relevance
161 #define CPSR_Z_POS 30 macro186 #define MASK_CPSR_Z (1u << CPSR_Z_POS)
1583 SetBit32(m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in EmulateMUL()14297 SetBit32(m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in WriteFlags()