Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c553 fsr |= (uint64_t)env->fcc[3] << FSR_FCC3_SHIFT; in cpu_get_fsr()
601 env->fcc[3] = extract64(fsr, FSR_FCC3_SHIFT, 2); in cpu_put_fsr()
H A Dcpu.h192 #define FSR_FCC3_SHIFT 36 macro
H A Dtranslate.c4650 tcg_gen_extract_i32(cpu_fcc[3], hi, FSR_FCC3_SHIFT - 32, 2); in do_ldxfsr()