Searched defs:clmul (Results 1 – 1 of 1) sorted by relevance
/xen/tools/tests/x86_emulator/ |
A D | simd-clmul.c | 25 # define clmul(x, y, c) CLMUL(pclmulqdq128, x, y, c) macro 28 # define clmul(x, y, c) CLMUL(vpclmulqdq_v4di, x, y, c) macro 31 # define clmul(x, y, c) CLMUL(vpclmulqdq_v8di, x, y, c) macro
|
Completed in 2 milliseconds