Searched refs:XW_W_ADDR (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/crypto/x86/ |
| H A D | sm3-avx-asm_64.S | 227 #define XW_W_ADDR(round, widx, offs) \ macro 235 #define XW_W1_ADDR(round, widx) XW_W_ADDR(round, widx, 0) 236 #define XW_W1W2_ADDR(round, widx) XW_W_ADDR(round, widx, 32)
|
| /linux/lib/crypto/arm64/ |
| H A D | sm3-neon-core.S | 170 #define XW_W_ADDR(round, widx, offs) \ macro 178 #define XW_W1_ADDR(round, widx) XW_W_ADDR(round, widx, 0) 179 #define XW_W1W2_ADDR(round, widx) XW_W_ADDR(round, widx, 16)
|