Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c1191 TCGv_i64 tcg_tmp = tcg_temp_new_i64(); in do_vec_st() local
1193 read_vec_element(s, tcg_tmp, srcidx, element, mop & MO_SIZE); in do_vec_st()
1194 tcg_gen_qemu_st_i64(tcg_tmp, tcg_addr, get_mem_index(s), mop); in do_vec_st()
1201 TCGv_i64 tcg_tmp = tcg_temp_new_i64(); in do_vec_ld() local
1203 tcg_gen_qemu_ld_i64(tcg_tmp, tcg_addr, get_mem_index(s), mop); in do_vec_ld()
1204 write_vec_element(s, tcg_tmp, destidx, element, mop & MO_SIZE); in do_vec_ld()
3962 TCGv_i64 tcg_tmp = tcg_temp_new_i64(); in trans_LD_single_repl() local
3964 tcg_gen_qemu_ld_i64(tcg_tmp, clean_addr, get_mem_index(s), mop); in trans_LD_single_repl()
3966 (a->q + 1) * 8, vec_full_reg_size(s), tcg_tmp); in trans_LD_single_repl()
4551 TCGv_i64 tcg_tmp = read_cpu_reg(s, a->rn, 1); in trans_SBFM() local
[all …]
H A Dtranslate-vfp.c540 TCGv_i32 tcg_tmp; in trans_VCVT() local
543 tcg_tmp = tcg_temp_new_i32(); in trans_VCVT()
550 tcg_gen_extrl_i64_i32(tcg_tmp, tcg_res); in trans_VCVT()
551 vfp_store_reg32(tcg_tmp, rd); in trans_VCVT()