Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dtranslate.c259 static int gen_offset_fpr_D(unsigned int reg) in gen_offset_fpr_D() function
269 tcg_gen_ld_i64(ret, tcg_env, gen_offset_fpr_D(src)); in gen_load_fpr_D()
275 tcg_gen_st_i64(v, tcg_env, gen_offset_fpr_D(dst)); in gen_store_fpr_D()
5120 func(vece, gen_offset_fpr_D(a->rd), gen_offset_fpr_D(a->rs1), in TRANS()
5121 gen_offset_fpr_D(a->rs2), 8, 8); in TRANS()
5625 TRANS(MOVdTOx, VIS3B, do_movf2r, a, gen_offset_fpr_D, tcg_gen_ld_tl) in TRANS()
5642 TRANS(MOVxTOd, VIS3B, do_movr2f, a, gen_offset_fpr_D, tcg_gen_st_tl) in TRANS()