Searched refs:vsr64_offset (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 2937 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function 2954 return vsr64_offset(i, true); in fpr_offset() 2964 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr() 2969 return vsr64_offset(i + 32, high); in avr64_offset()
|
H A D | translate.c | 5558 tcg_gen_st_i64(tcg_constant_i64(0), tcg_env, vsr64_offset(regno, false)); in set_fpr()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 5 tcg_gen_ld_i64(dst, tcg_env, vsr64_offset(n, high)); 10 tcg_gen_st_i64(src, tcg_env, vsr64_offset(n, high));
|