Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c132 uint32_t ppc_flags = env->flags; in hreg_compute_hflags_value() local
144 if (ppc_flags & POWERPC_FLAG_DE) { in hreg_compute_hflags_value()
153 if (ppc_flags & POWERPC_FLAG_BE) { in hreg_compute_hflags_value()
157 if (ppc_flags & POWERPC_FLAG_SE) { in hreg_compute_hflags_value()
166 if ((ppc_flags & POWERPC_FLAG_SPE) && (msr & (1 << MSR_SPE))) { in hreg_compute_hflags_value()
169 if (ppc_flags & POWERPC_FLAG_VRE) { in hreg_compute_hflags_value()
173 if (ppc_flags & POWERPC_FLAG_VSX) { in hreg_compute_hflags_value()
177 if ((ppc_flags & POWERPC_FLAG_TM) && (msr & (1ull << MSR_TM))) { in hreg_compute_hflags_value()