Home
last modified time | relevance | path

Searched refs:icc_Z (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dwin_helper.c60 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()
H A Dhelper.c153 env->icc_Z = dst; in helper_taddcctv()
189 env->icc_Z = dst; in helper_tsubcctv()
H A Dcpu.h420 target_ulong icc_Z; member
H A Dtranslate.c5848 { &cpu_icc_Z, offsetof(CPUSPARCState, icc_Z), "icc_Z" }, in sparc_tcg_init()