Searched refs:icc_Z (Results 1 – 4 of 4) sorted by relevance
60 icc |= ((int32_t)env->icc_Z == 0) << PSR_ZERO_SHIFT; in cpu_get_psr()91 env->icc_Z = ~val & PSR_ZERO; in cpu_put_psr_icc()274 ccr |= ((int32_t)env->icc_Z == 0) << 2; in cpu_get_ccr()291 env->icc_Z = ~val & 0x04; in cpu_put_ccr()
153 env->icc_Z = dst; in helper_taddcctv()189 env->icc_Z = dst; in helper_tsubcctv()
420 target_ulong icc_Z; member
5848 { &cpu_icc_Z, offsetof(CPUSPARCState, icc_Z), "icc_Z" }, in sparc_tcg_init()