Home
last modified time | relevance | path

Searched refs:PSR_NEG (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dwin_helper.c83 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()
H A Dcpu.h102 #define PSR_NEG (1 << PSR_NEG_SHIFT) macro
109 #define PSR_ICC (PSR_NEG|PSR_ZERO|PSR_OVF|PSR_CARRY)
H A Dmachine.c121 env->cc_N = deposit64(env->cc_N, 32, 32, -(val & PSR_NEG)); in get_xcc()
H A Dcpu.c608 qemu_fprintf(f, "%c%c%c%c", cc & PSR_NEG ? 'N' : '-', in cpu_print_cc()