Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h183 static inline uint64_t do_uqrshl_d(uint64_t src, int64_t shift, in do_uqrshl_d() function
H A Dsve_helper.c474 #define do_uqrshl_d(n, m) \ macro