Home
last modified time | relevance | path

Searched defs:do_sqrshl_d (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h155 static inline int64_t do_sqrshl_d(int64_t src, int64_t shift, in do_sqrshl_d() function
H A Dsve_helper.c458 #define do_sqrshl_d(n, m) \ macro