Searched refs:MSGTMP2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | sha256_ni_asm.S | 70 #define MSGTMP2 %xmm5 macro 150 movdqa MSG, MSGTMP2 155 sha256msg1 MSGTMP2, MSGTMP1 164 palignr $4, MSGTMP2, MSGTMP4 169 sha256msg1 MSGTMP3, MSGTMP2 189 paddd MSGTMP4, MSGTMP2 190 sha256msg2 MSGTMP1, MSGTMP2 196 movdqa MSGTMP2, MSG 199 movdqa MSGTMP2, MSGTMP4 202 sha256msg2 MSGTMP2, MSGTMP3 [all …]
|