Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dwin_helper.c59 icc |= ((int32_t)env->cc_V < 0) << PSR_OVF_SHIFT; in cpu_get_psr()
84 env->cc_V = deposit64(env->cc_V, 0, 32, -(val & PSR_OVF)); in cpu_put_psr_icc()
88 env->cc_V = -(val & PSR_OVF); in cpu_put_psr_icc()
273 ccr |= ((int32_t)env->cc_V < 0) << 1; in cpu_get_ccr()
278 ccr |= (env->cc_V < 0) << 5; in cpu_get_ccr()
288 env->cc_V = deposit64(-(val & 0x02), 32, 32, -(val & 0x20)); in cpu_put_ccr()
H A Dhelper.c151 env->cc_V = v; in helper_taddcctv()
187 env->cc_V = v; in helper_tsubcctv()
H A Dmachine.c122 env->cc_V = deposit64(env->cc_V, 32, 32, -(val & PSR_OVF)); in get_xcc()
H A Dcpu.h414 target_long cc_V; member
H A Dtranslate.c5847 { &cpu_cc_V, offsetof(CPUSPARCState, cc_V), "cc_V" }, in sparc_tcg_init()