Searched refs:XW_W1_ADDR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 236 #define XW_W1_ADDR(round, widx) XW_W_ADDR(round, widx, 0) macro 311 vmovdqa XTMP4, XW_W1_ADDR((round), 0); \
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm3-neon-core.S | 179 #define XW_W1_ADDR(round, widx) XW_W_ADDR(round, widx, 0) macro 262 add addr0, sp, #XW_W1_ADDR((round), 0); \
|