Home
last modified time | relevance | path

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

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c446 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
482 tcg_gen_st_i64(tcg_ctx, tcg_zero, tcg_ctx->cpu_env, fp_reg_hi_offset(s, reg)); in write_fp_dreg()
766 tcg_gen_ld_i64(tcg_ctx, tmp, tcg_ctx->cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
801 tcg_gen_st_i64(tcg_ctx, tmphi, tcg_ctx->cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
4978 tcg_gen_st_i64(tcg_ctx, tmp, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
4987 tcg_gen_st_i64(tcg_ctx, tmp, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
4993 tcg_gen_st_i64(tcg_ctx, tcg_rn, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
5010 tcg_gen_ld_i64(tcg_ctx, tcg_rd, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
5966 int foffs = i ? fp_reg_hi_offset(s, rd) : fp_reg_offset(s, rd, MO_64); in disas_simd_mod_imm()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c446 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
482 tcg_gen_st_i64(tcg_ctx, tcg_zero, tcg_ctx->cpu_env, fp_reg_hi_offset(s, reg)); in write_fp_dreg()
766 tcg_gen_ld_i64(tcg_ctx, tmp, tcg_ctx->cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
801 tcg_gen_st_i64(tcg_ctx, tmphi, tcg_ctx->cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
4978 tcg_gen_st_i64(tcg_ctx, tmp, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
4987 tcg_gen_st_i64(tcg_ctx, tmp, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
4993 tcg_gen_st_i64(tcg_ctx, tcg_rn, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
5010 tcg_gen_ld_i64(tcg_ctx, tcg_rd, tcg_ctx->cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
5966 int foffs = i ? fp_reg_hi_offset(s, rd) : fp_reg_offset(s, rd, MO_64); in disas_simd_mod_imm()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dtranslate-a64.c473 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
941 tcg_gen_ld_i64(tmp, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
979 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
6729 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
6756 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dtranslate-a64.c583 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
1042 tcg_gen_ld_i64(tmp, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
1080 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
5985 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
6012 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dtranslate-a64.c449 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
917 tcg_gen_ld_i64(tmp, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
955 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
6563 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
6590 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtranslate-a64.c449 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
917 tcg_gen_ld_i64(tmp, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
955 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
6563 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
6590 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dtranslate-a64.c473 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
941 tcg_gen_ld_i64(tmp, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
979 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
6729 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
6756 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dtranslate-a64.c548 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
983 tcg_gen_ld_i64(tmp, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
1023 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
7193 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
7220 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dtranslate-a64.c523 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
976 tcg_gen_ld_i64(tmphi, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
1025 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
7244 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
7271 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dtranslate-a64.c521 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
974 tcg_gen_ld_i64(tmphi, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
1023 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
7242 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
7269 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dtranslate-a64.c555 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset() function
990 tcg_gen_ld_i64(tmp, cpu_env, fp_reg_hi_offset(s, srcidx)); in do_fp_st()
1030 tcg_gen_st_i64(tmphi, cpu_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
7224 tcg_gen_st_i64(tcg_rn, cpu_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
7251 tcg_gen_ld_i64(tcg_rd, cpu_env, fp_reg_hi_offset(s, rn)); in handle_fmov()