Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c322 target_ulong sprc = env->spr[SPR_POWER_SPRC]; in helper_load_sprd() local
324 switch (sprc & 0x3e0) { in helper_load_sprd()
327 return pc->scratch[(sprc >> 3) & 0x7]; in helper_load_sprd()
347 TARGET_FMT_lx"\n", sprc); in helper_load_sprd()
355 target_ulong sprc = env->spr[SPR_POWER_SPRC]; in helper_store_sprd() local
360 switch (sprc & 0x3e0) { in helper_store_sprd()
369 nr = (sprc >> 3) & 0x7; in helper_store_sprd()
375 TARGET_FMT_lx"\n", sprc); in helper_store_sprd()