Home
last modified time | relevance | path

Searched refs:PSR_CARRY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dcpu.h108 #define PSR_CARRY (1 << PSR_CARRY_SHIFT) macro
109 #define PSR_ICC (PSR_NEG|PSR_ZERO|PSR_OVF|PSR_CARRY)
H A Dwin_helper.c85 env->icc_C = -(val & PSR_CARRY); in cpu_put_psr_icc()
H A Dcpu.c610 cc & PSR_CARRY ? 'C' : '-'); in cpu_print_cc()