Searched refs:cc_N (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | win_helper.c | 58 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 D | helper.c | 152 env->cc_N = dst; in helper_taddcctv() 188 env->cc_N = dst; in helper_tsubcctv()
|
H A D | machine.c | 121 env->cc_N = deposit64(env->cc_N, 32, 32, -(val & PSR_NEG)); in get_xcc()
|
H A D | cpu.h | 413 target_long cc_N; member
|
H A D | translate.c | 5846 { &cpu_cc_N, offsetof(CPUSPARCState, cc_N), "cc_N" }, in sparc_tcg_init()
|