Searched refs:tcg_addr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 954 TCGv_i64 tcg_addr, MemOp memop, int memidx, in do_gpr_st_memidx() argument 959 tcg_gen_qemu_st_i64(source, tcg_addr, memidx, memop); in do_gpr_st_memidx() 976 TCGv_i64 tcg_addr, MemOp memop, in do_gpr_st() argument 981 do_gpr_st_memidx(s, source, tcg_addr, memop, get_mem_index(s), in do_gpr_st() 988 static void do_gpr_ld_memidx(DisasContext *s, TCGv_i64 dest, TCGv_i64 tcg_addr, in do_gpr_ld_memidx() argument 993 tcg_gen_qemu_ld_i64(dest, tcg_addr, memidx, memop); in do_gpr_ld_memidx() 1014 static void do_gpr_ld(DisasContext *s, TCGv_i64 dest, TCGv_i64 tcg_addr, in do_gpr_ld() argument 1019 do_gpr_ld_memidx(s, dest, tcg_addr, memop, extend, get_mem_index(s), in do_gpr_ld() 1026 static void do_fp_st(DisasContext *s, int srcidx, TCGv_i64 tcg_addr, MemOp mop) in do_fp_st() argument 1034 tcg_gen_qemu_st_i64(tmplo, tcg_addr, get_mem_index(s), mop); in do_fp_st() [all …]
|