Searched refs:do_cdot_d (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 1394 static int64_t do_cdot_d(uint64_t n, uint64_t m, int64_t a, in do_cdot_d() function 1434 d[e] = do_cdot_d(n[e], m[e], a[e], sel_a, sel_b, sub_i); in HELPER() 1472 d[seg + e] = do_cdot_d(n[seg + e], seg_m, a[seg + e], in HELPER()
|