Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h204 #define tcg_gen_muli_tl tcg_gen_muli_i64
H A Dtcg-op-common.h195 void tcg_gen_muli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2);
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c412 tcg_gen_muli_i64(out, out, 0x0101010101010101ull); in tcg_gen_dup_i64()
416 tcg_gen_muli_i64(out, out, 0x0001000100010001ull); in tcg_gen_dup_i64()
2515 tcg_gen_muli_i64(t, t, (1 << nbit) - 1); in gen_absv_mask()
2934 tcg_gen_muli_i64(s, s, (2 << c) - 2); /* replicate isolated signs */ in tcg_gen_vec_sar8i_i64()
2949 tcg_gen_muli_i64(s, s, (2 << c) - 2); /* replicate isolated signs */ in tcg_gen_vec_sar16i_i64()
H A Dtcg-op.c2022 void tcg_gen_muli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) in tcg_gen_muli_i64() function
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc479 tcg_gen_muli_i64(sh, sh, 0x0101010101010101ULL);
514 tcg_gen_muli_i64(sh, sh, 0x0101010101010101ULL);
2181 tcg_gen_muli_i64(hi, hi, c);
2182 tcg_gen_muli_i64(lo, lo, c);
/openbmc/qemu/target/hppa/
H A Dtranslate.c2710 tcg_gen_muli_i64(tmp, tmp, 6); in do_dcor()