Searched refs:muls64 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-mul64.c | 56 muls64(&rl, &rh, test_s_data[i].a, test_s_data[i].b); in test_s()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-runtime.c | 107 muls64(&l, &h, arg1, arg2); in HELPER()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 45 static inline void muls64(uint64_t *plow, uint64_t *phigh, in muls64() function 86 void muls64(uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b);
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 73 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() function
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 575 muls64(&l64, &h64, x, y); in do_constant_folding_2() 1967 muls64(&l, &h, a, b); in fold_multiply2()
|
H A D | tci.c | 817 muls64(®s[r0], ®s[r1], regs[r2], regs[r3]); in tcg_qemu_tb_exec()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 715 muls64(&l, &h, m, n); in do_sqrdmlah_d() 2657 muls64(&discard, &d[i], n[i], m[i]); in HELPER()
|
H A D | sve_helper.c | 300 muls64(&lo, &hi, n, m); in do_smulh_d()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 700 C(0xb9ed, MSGRKC, RRF_a, MIE2,r3_o, r2_o, new_P, out2_r1, muls128, muls64) 703 C(0xe383, MSGC, RXY_a, MIE2,r1_o, m2_64, new_P, out2_r1, muls128, muls64)
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 1647 muls64(&lo_64, &hi_64, s1, s2); in do_mulh_d() 2784 muls64(&lo_64, &hi_64, a, b); in vsmul64()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 462 muls64(&l, &h, Vj->D(i), Vk->D(i)); in HELPER()
|