Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu.h2945 static inline int fpr_offset(int i) in fpr_offset() function
2952 return (uint64_t *)((uintptr_t)env + fpr_offset(i)); in cpu_fpr_ptr()
H A Dtranslate.c5567 tcg_gen_ld_i64(dst, tcg_env, fpr_offset(regno)); in get_fpr()
5572 tcg_gen_st_i64(src, tcg_env, fpr_offset(regno)); in set_fpr()