Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c133 QEMU_BUILD_BUG_ON(MSR_VR != HFLAGS_VR); in hreg_compute_hflags_value()
H A Dcpu.h801 HFLAGS_VR = 25, /* MSR_VR if cpu has VRE */ enumerator
H A Dtranslate.c7250 ctx->altivec_enabled = (hflags >> HFLAGS_VR) & 1; in ppc_tr_init_disas_context()