Home
last modified time | relevance | path

Searched refs:PSR_OVF_SHIFT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dcpu.h105 #define PSR_OVF_SHIFT 21 macro
106 #define PSR_OVF (1 << PSR_OVF_SHIFT)
H A Dwin_helper.c59 icc |= ((int32_t)env->cc_V < 0) << PSR_OVF_SHIFT; in cpu_get_psr()