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.c47 icc |= ((int32_t)env->cc_N < 0) << PSR_NEG_SHIFT; in cpu_get_psr()
72 env->cc_N = deposit64(env->cc_N, 0, 32, -(val & PSR_NEG)); in cpu_put_psr_icc()
76 env->cc_N = -(val & PSR_NEG); in cpu_put_psr_icc()
264 ccr |= ((int32_t)env->cc_N < 0) << 3; in cpu_get_ccr()
269 ccr |= (env->cc_N < 0) << 7; in cpu_get_ccr()
276 env->cc_N = deposit64(-(val & 0x08), 32, 32, -(val & 0x80)); in cpu_put_ccr()
H A Dhelper.c151 env->cc_N = dst; in helper_taddcctv()
187 env->cc_N = dst; in helper_tsubcctv()
H A Dmachine.c120 env->cc_N = deposit64(env->cc_N, 32, 32, -(val & PSR_NEG)); in get_xcc()
H A Dcpu.h414 target_long cc_N; member
H A Dtranslate.c5875 { &cpu_cc_N, offsetof(CPUSPARCState, cc_N), "cc_N" }, in sparc_tcg_init()