Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c420 void tcg_gen_dup_i64(unsigned vece, TCGv_i64 out, TCGv_i64 in) in tcg_gen_dup_i64() function
593 tcg_gen_dup_i64(vece, t_64, t_64); in do_dup()
601 tcg_gen_dup_i64(vece, t_64, in_64); in do_dup()
1387 tcg_gen_dup_i64(g->vece, t64, c); in tcg_gen_gvec_2s()
2746 tcg_gen_dup_i64(vece, tmp, c); in tcg_gen_gvec_ands()
2770 tcg_gen_dup_i64(vece, tmp, c); in tcg_gen_gvec_andcs()
2787 tcg_gen_dup_i64(vece, tmp, c); in tcg_gen_gvec_xors()
2811 tcg_gen_dup_i64(vece, tmp, c); in tcg_gen_gvec_ors()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h281 #define tcg_gen_dup_tl tcg_gen_dup_i64
H A Dtcg-op-common.h264 void tcg_gen_dup_i64(unsigned vece, TCGv_i64 out, TCGv_i64 in);