Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c135 uint32_t ppc_flags = env->flags; in hreg_compute_hflags_value() local
147 if (ppc_flags & POWERPC_FLAG_DE) { in hreg_compute_hflags_value()
156 if (ppc_flags & POWERPC_FLAG_BE) { in hreg_compute_hflags_value()
160 if (ppc_flags & POWERPC_FLAG_SE) { in hreg_compute_hflags_value()
169 if ((ppc_flags & POWERPC_FLAG_SPE) && (msr & (1 << MSR_SPE))) { in hreg_compute_hflags_value()
172 if (ppc_flags & POWERPC_FLAG_VRE) { in hreg_compute_hflags_value()
176 if (ppc_flags & POWERPC_FLAG_VSX) { in hreg_compute_hflags_value()
180 if ((ppc_flags & POWERPC_FLAG_TM) && (msr & (1ull << MSR_TM))) { in hreg_compute_hflags_value()