Searched refs:fpr_offset (Results 1 – 2 of 2) sorted by relevance
2949 static inline int fpr_offset(int i) in fpr_offset() function2956 return (uint64_t *)((uintptr_t)env + fpr_offset(i)); in cpu_fpr_ptr()
5542 tcg_gen_ld_i64(dst, tcg_env, fpr_offset(regno)); in get_fpr()5547 tcg_gen_st_i64(src, tcg_env, fpr_offset(regno)); in set_fpr()