Searched refs:rot_c (Results 1 – 1 of 1) sorted by relevance
/xen/tools/tests/x86_emulator/ |
A D | simd-sha.c | 12 # define rot_c(f, r, x, n) B(pro ## f ## d, _mask, x, n, undef(), ~0) macro 43 # define rot_c(f, r, x, n) (sh ## f ## _c(x, n) | sh ## r ## _c(x, 32 - (n))) macro 77 #define rol_c(x, n) rot_c(l, r, x, n) 80 #define ror_c(x, n) rot_c(r, l, x, n)
|
Completed in 2 milliseconds