Searched refs:IW_W_ADDR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 224 #define IW_W_ADDR(round, widx, offs) \ macro 232 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 0) 233 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 32)
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm3-neon-core.S | 167 #define IW_W_ADDR(round, widx, offs) \ macro 175 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 32) 176 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 48)
|