Searched refs:RIDX (Results 1 – 1 of 1) sorted by relevance
/arch/x86/crypto/ |
D | twofish-avx2-asm_64.S | 71 #define RIDX %ymm5 macro 98 vpand RBYTE, ab ## 0, RIDX; \ 99 vpgatherdd RNOT, (rs0, RIDX, 4), xy ## 0; \ 102 vpand RBYTE, ab ## 1, RIDX; \ 103 vpgatherdd RNOT, (rs0, RIDX, 4), xy ## 1; \ 106 vpsrld $8, ab ## 0, RIDX; \ 107 vpand RBYTE, RIDX, RIDX; \ 108 vpgatherdd RNOT, (rs1, RIDX, 4), RT0; \ 112 vpsrld $8, ab ## 1, RIDX; \ 113 vpand RBYTE, RIDX, RIDX; \ [all …]
|