Home
last modified time | relevance | path

Searched refs:xcc_Z (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dhelper.c155 env->xcc_Z = dst; in helper_taddcctv()
191 env->xcc_Z = dst; in helper_tsubcctv()
H A Dwin_helper.c279 ccr |= (env->xcc_Z == 0) << 6; in cpu_get_ccr()
292 env->xcc_Z = ~val & 0x40; in cpu_put_ccr()
H A Dmachine.c123 env->xcc_Z = ~val & PSR_ZERO; in get_xcc()
H A Dcpu.h422 target_ulong xcc_Z; member
H A Dtranslate.c5843 { &cpu_xcc_Z, offsetof(CPUSPARCState, xcc_Z), "xcc_Z" }, in sparc_tcg_init()