Searched refs:vsr64_offset (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | cpu.h | 3009 static inline int vsr64_offset(int i, bool high) in vsr64_offset() function 3026 return vsr64_offset(i, true); in fpr_offset() 3036 return (uint64_t *)((uintptr_t)env + vsr64_offset(i, false)); in cpu_vsrl_ptr() 3041 return vsr64_offset(i + 32, high); in avr64_offset()
|
| /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));
|