Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-mul64.c56 muls64(&rl, &rh, test_s_data[i].a, test_s_data[i].b); in test_s()
/qemu/accel/tcg/
H A Dtcg-runtime.c107 muls64(&l, &h, arg1, arg2); in HELPER()
/qemu/include/qemu/
H A Dhost-utils.h45 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);
/qemu/util/
H A Dhost-utils.c73 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() function
/qemu/tcg/
H A Doptimize.c575 muls64(&l64, &h64, x, y); in do_constant_folding_2()
1962 muls64(&l, &h, a, b); in fold_multiply2()
H A Dtci.c817 muls64(&regs[r0], &regs[r1], regs[r2], regs[r3]); in tcg_qemu_tb_exec()
/qemu/target/arm/tcg/
H A Dvec_helper.c635 muls64(&l, &h, m, n); in do_sqrdmlah_d()
2570 muls64(&discard, &d[i], n[i], m[i]); in HELPER()
H A Dsve_helper.c300 muls64(&lo, &hi, n, m); in do_smulh_d()
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc700 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)
/qemu/target/riscv/
H A Dvector_helper.c1446 muls64(&lo_64, &hi_64, s1, s2); in do_mulh_d()
2583 muls64(&lo_64, &hi_64, a, b); in vsmul64()
/qemu/target/loongarch/tcg/
H A Dvec_helper.c462 muls64(&l, &h, Vj->D(i), Vk->D(i)); in HELPER()