Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c167 hflags |= 1 << HFLAGS_64; in hreg_compute_hflags_value()
H A Dcpu.h800 HFLAGS_64 = 2, /* computed from MSR_CE and MSR_SF */ enumerator
H A Dtranslate.c6520 ctx->sf_mode = (hflags >> HFLAGS_64) & 1; in ppc_tr_init_disas_context()
H A Dcpu_init.c7393 return (cpu_env(cs)->hflags >> HFLAGS_64) & 1 ? result : (uint32_t)result; in ppc_pointer_wrap()