/openbmc/qemu/target/mips/tcg/ |
H A D | octeon_translate.c | 77 tcg_gen_mul_i64(cpu_gpr[a->rd], t0, t1); in trans_DMUL()
|
H A D | nanomips_translate.c.inc | 1816 tcg_gen_mul_i64(t2, t2, t3); 1871 tcg_gen_mul_i64(t2, t2, t3); 1932 tcg_gen_mul_i64(t2, t2, t3); 1973 tcg_gen_mul_i64(t2, t2, t3);
|
H A D | translate.c | 3159 tcg_gen_mul_i64(cpu_gpr[rd], t0, t1); in gen_r6_muldiv() 3168 tcg_gen_mul_i64(cpu_gpr[rd], t0, t1); in gen_r6_muldiv() 3341 tcg_gen_mul_i64(t2, t2, t3); in gen_muldiv() 3357 tcg_gen_mul_i64(t2, t2, t3); in gen_muldiv() 3371 tcg_gen_mul_i64(t2, t2, t3); in gen_muldiv() 3387 tcg_gen_mul_i64(t2, t2, t3); in gen_muldiv() 3482 tcg_gen_mul_i64(t2, t2, t3); in gen_mul_txx9() 3504 tcg_gen_mul_i64(t2, t2, t3); in gen_mul_txx9() 3885 tcg_gen_mul_i64(t0, t0, t1); in gen_loongson_multimedia()
|
H A D | mxu_translate.c | 4377 tcg_gen_mul_i64(t2, t2, t3); in gen_mxu_s32madd_sub()
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 302 tcg_gen_mul_i64(cpu_mac, t1, t2); in gen_muld() 324 tcg_gen_mul_i64(cpu_mac, t1, t2); in gen_muldu() 344 tcg_gen_mul_i64(t1, t1, t2); in gen_mac() 368 tcg_gen_mul_i64(t1, t1, t2); in gen_macu() 385 tcg_gen_mul_i64(t1, t1, t2); in gen_msb() 409 tcg_gen_mul_i64(t1, t1, t2); in gen_msbu()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1196 tcg_gen_mul_i64(t0, t0, t1); in tcg_gen_mulu2_i32() 1238 tcg_gen_mul_i64(t0, t0, t1); in tcg_gen_muls2_i32() 1265 tcg_gen_mul_i64(t0, t0, t1); in tcg_gen_mulsu2_i32() 1701 void tcg_gen_mul_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_mul_i64() function 2037 tcg_gen_mul_i64(ret, arg1, tcg_constant_i64(arg2)); in tcg_gen_muli_i64() 2062 tcg_gen_mul_i64(t0, t0, arg2); in tcg_gen_rem_i64() 2096 tcg_gen_mul_i64(t0, t0, arg2); in tcg_gen_remu_i64() 3062 tcg_gen_mul_i64(t0, arg1, arg2); in tcg_gen_mulu2_i64() 3099 tcg_gen_mul_i64(t0, arg1, arg2); in tcg_gen_muls2_i64()
|
H A D | tcg-op-gvec.c | 2164 { .fni8 = tcg_gen_mul_i64, in tcg_gen_gvec_mul() 2193 { .fni8 = tcg_gen_mul_i64, in tcg_gen_gvec_muls()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 203 #define tcg_gen_mul_tl tcg_gen_mul_i64
|
H A D | tcg-op-common.h | 289 void tcg_gen_mul_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 95 tcg_gen_mul_i64(dest, src1, src2);
|
H A D | trans_vec.c.inc | 2085 tcg_gen_mul_i64(t, t1, t2); 2221 tcg_gen_mul_i64(t, t1, t2); 2294 tcg_gen_mul_i64(t, t1, t2); 2367 tcg_gen_mul_i64(t, t1, t2); 2442 tcg_gen_mul_i64(t, t1, t2); 2514 tcg_gen_mul_i64(t, t1, t2); 2579 tcg_gen_mul_i64(t1, a, b); 2657 tcg_gen_mul_i64(t1, a, b);
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 1893 tcg_gen_mul_i64(vc, va, vb); in translate_one() 1898 tcg_gen_mul_i64(vc, va, vb); in translate_one() 1910 tcg_gen_mul_i64(tmp, tmp, vc); in translate_one()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 5847 tcg_gen_mul_i64(t, n, m); in gen_muladd_i64() 5854 tcg_gen_mul_i64(t, n, m); in gen_mulsub_i64() 5860 tcg_gen_mul_i64, false) 5863 tcg_gen_mul_i64, false) 5879 tcg_gen_mul_i64, false) 5882 tcg_gen_mul_i64, false) 5957 tcg_gen_mul_i64(d, n, m); in gen_sqdmull_h() 5963 tcg_gen_mul_i64(d, n, m); in gen_sqdmull_s() 5971 tcg_gen_mul_i64(t, n, m); in gen_sqdmlal_h() 5980 tcg_gen_mul_i64(t, n, m); in gen_sqdmlal_s() [all …]
|
H A D | gengvec.c | 881 tcg_gen_mul_i64(a, a, b); in gen_mla64_i64() 887 tcg_gen_mul_i64(a, a, b); in gen_mls64_i64()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 499 tcg_gen_mul_i64(t1, t1, t3); in gen_madd32_d() 566 tcg_gen_mul_i64(t1, t1, t3); in gen_maddu64_d() 997 tcg_gen_mul_i64(t2, t2, t3); in gen_madd32_q() 1134 tcg_gen_mul_i64(t2, t2, t3); in gen_madd64_q() 1180 tcg_gen_mul_i64(t2, t2, t3); in gen_madds32_q() 1209 tcg_gen_mul_i64(t1, t1, t3); in gen_msub32_d() 1285 tcg_gen_mul_i64(t1, t1, t3); in gen_msubu64_d() 1738 tcg_gen_mul_i64(t2, t2, t3); in gen_msub32_q() 1867 tcg_gen_mul_i64(t2, t2, t3); in gen_msub64_q() 1914 tcg_gen_mul_i64(t2, t2, t3); in gen_msubs32_q() [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-impl.c.inc | 440 tcg_gen_mul_i64(t0, t0, t1); /* t0 := rA * rB */ 512 tcg_gen_mul_i64(t0, t0, t1); /* t0 := rA * rB */
|
H A D | fixedpoint-impl.c.inc | 470 tcg_gen_mul_i64(cpu_gpr[a->rt], t0, t1); 641 tcg_gen_mul_i64(t1, cpu_gpr[a->vra], cpu_gpr[a->vrb]);
|
H A D | vmx-impl.c.inc | 186 tcg_gen_mul_i64(t0, avr, ten); 3120 tcg_gen_mul_i64(lh, lh, temp); 3129 tcg_gen_mul_i64(hh, hh, temp);
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1710 tcg_gen_mul_i64(ret, tmp0, tmp1); in rx_mul64hi() 1723 tcg_gen_mul_i64(ret, tmp0, tmp1); in rx_mul64lo()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1774 tcg_gen_mul_i64(t0, t0, t1); 1788 tcg_gen_mul_i64(t0, t0, t1);
|
H A D | translate.c | 3340 tcg_gen_mul_i64(o->out, o->in1, o->in2); in op_mul()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 588 tcg_gen_mul_i64(dst, t0, t1); in gen_op_multiply() 616 tcg_gen_mul_i64(t, src1, src2); in gen_op_fpmaddx()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 4470 tcg_gen_mul_i64(x, x, y); in trans_xmpyu()
|