Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h104 #define PSR_ZERO (1 << PSR_ZERO_SHIFT) macro
109 #define PSR_ICC (PSR_NEG|PSR_ZERO|PSR_OVF|PSR_CARRY)
H A Dmachine.c123 env->xcc_Z = ~val & PSR_ZERO; in get_xcc()
H A Dwin_helper.c91 env->icc_Z = ~val & PSR_ZERO; in cpu_put_psr_icc()
H A Dcpu.c609 cc & PSR_ZERO ? 'Z' : '-', cc & PSR_OVF ? 'V' : '-', in cpu_print_cc()