Home
last modified time | relevance | path

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

/xen/tools/tests/x86_emulator/
A Dsimd-clmul.c26 # define vpshrd __builtin_ia32_vpshrd_v2di macro
29 # define vpshrd __builtin_ia32_vpshrd_v4di macro
32 # define vpshrd __builtin_ia32_vpshrd_v8di macro
45 (n) < 64 ? (vec_t)vpshrd((vdi_t)(x), (vdi_t)(h_), n) : h_ >> ((n) - 64); \

Completed in 1 milliseconds