Home
last modified time | relevance | path

Searched refs:FMULHW (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc71 SSE_HELPER_W(pmulhw, FMULHW)
/openbmc/qemu/target/i386/
H A Dops_sse.h304 #define FMULHW(a, b) ((int16_t)(a) * (int16_t)(b) >> 16) macro
310 SSE_HELPER_W(helper_pmulhw, FMULHW) in SSE_HELPER_W()