Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c541 TCGv_i64 t_64; in do_dup() local
582 t_64 = NULL; in do_dup()
591 t_64 = tcg_temp_ebb_new_i64(); in do_dup()
592 tcg_gen_extu_i32_i64(t_64, in_32); in do_dup()
593 tcg_gen_dup_i64(vece, t_64, t_64); in do_dup()
600 t_64 = tcg_temp_ebb_new_i64(); in do_dup()
601 tcg_gen_dup_i64(vece, t_64, in_64); in do_dup()
611 t_64 = tcg_constant_i64(in_c); in do_dup()
625 if (t_64) { in do_dup()
627 tcg_gen_st_i64(t_64, tcg_env, dofs + i); in do_dup()
[all …]