Searched refs:MSGTMP0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | sha256_ni_asm.S | 68 #define MSGTMP0 %xmm3 macro 131 movdqa MSG, MSGTMP0 145 sha256msg1 MSGTMP1, MSGTMP0 165 paddd MSGTMP4, MSGTMP0 166 sha256msg2 MSGTMP3, MSGTMP0 172 movdqa MSGTMP0, MSG 175 movdqa MSGTMP0, MSGTMP4 178 sha256msg2 MSGTMP0, MSGTMP1 181 sha256msg1 MSGTMP0, MSGTMP3 188 palignr $4, MSGTMP0, MSGTMP4 [all …]
|