Searched refs:fp_reg_hi_offset (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 596 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function 1039 tcg_gen_ld_i64(tmphi, tcg_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st() 1069 tcg_gen_st_i64(tmphi, tcg_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld() 9469 tcg_gen_st_i64(tcg_rn, tcg_env, fp_reg_hi_offset(s, rd)); in handle_fmov() 9495 tcg_gen_ld_i64(tcg_rd, tcg_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
|