Home
last modified time | relevance | path

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

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