Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dwin_helper.c58 icc |= ((int32_t)env->cc_N < 0) << PSR_NEG_SHIFT; in cpu_get_psr()
83 env->cc_N = deposit64(env->cc_N, 0, 32, -(val & PSR_NEG)); in cpu_put_psr_icc()
87 env->cc_N = -(val & PSR_NEG); in cpu_put_psr_icc()
275 ccr |= ((int32_t)env->cc_N < 0) << 3; in cpu_get_ccr()
280 ccr |= (env->cc_N < 0) << 7; in cpu_get_ccr()
287 env->cc_N = deposit64(-(val & 0x08), 32, 32, -(val & 0x80)); in cpu_put_ccr()
H A Dhelper.c152 env->cc_N = dst; in helper_taddcctv()
188 env->cc_N = dst; in helper_tsubcctv()
H A Dmachine.c121 env->cc_N = deposit64(env->cc_N, 32, 32, -(val & PSR_NEG)); in get_xcc()
H A Dcpu.h411 target_long cc_N; member
H A Dtranslate.c5786 { &cpu_cc_N, offsetof(CPUSPARCState, cc_N), "cc_N" }, in sparc_tcg_init()