Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c167 hflags |= 1 << HFLAGS_SPE; in hreg_compute_hflags_value()
H A Dcpu.h799 HFLAGS_SPE = 6, /* from MSR_SPE if cpu has SPE; avoid overlap w/ MSR_VR */ enumerator
H A Dtranslate.c6497 ctx->spe_enabled = (hflags >> HFLAGS_SPE) & 1; in ppc_tr_init_disas_context()