Searched refs:MSGTMP3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | sha256_ni_asm.S | 71 #define MSGTMP3 %xmm6 macro 160 movdqa MSG, MSGTMP3 163 movdqa MSGTMP3, MSGTMP4 166 sha256msg2 MSGTMP3, MSGTMP0 169 sha256msg1 MSGTMP3, MSGTMP2 176 palignr $4, MSGTMP3, MSGTMP4 181 sha256msg1 MSGTMP0, MSGTMP3 201 paddd MSGTMP4, MSGTMP3 202 sha256msg2 MSGTMP2, MSGTMP3 208 movdqa MSGTMP3, MSG [all …]
|