Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c542 TCGv_i32 t_32, t_desc; in do_dup() local
583 t_32 = NULL; in do_dup()
595 t_32 = tcg_temp_ebb_new_i32(); in do_dup()
596 tcg_gen_dup_i32(vece, t_32, in_32); in do_dup()
613 t_32 = tcg_constant_i32(in_c); in do_dup()
618 if (t_32) { in do_dup()
620 tcg_gen_st_i32(t_32, tcg_env, dofs + i); in do_dup()
622 tcg_temp_free_i32(t_32); in do_dup()
685 t_32 = tcg_temp_ebb_new_i32(); in do_dup()
686 tcg_gen_extrl_i64_i32(t_32, in_64); in do_dup()
[all …]