Lines Matching refs:TMP6

227 XMM2 XMM3 XMM4 XMMDst TMP6 TMP7 i i_seq operation
356 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
370 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
383 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
452 XMM2 XMM3 XMM4 XMMDst TMP6 TMP7 i i_seq operation
577 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
591 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
604 GHASH_MUL \TMP5, \TMP3, \TMP1, \TMP2, \TMP4, \TMP6, \TMP7
663 TMP6 XMM0 XMM1 XMM2 XMM3 XMM4 XMM5 XMM6 XMM7 XMM8 operation
674 pshufd $78, \XMM5, \TMP6
675 pxor \XMM5, \TMP6
697 PCLMULQDQ 0x00, \TMP5, \TMP6 # TMP6 = (a1+a0)*(b1+b0)
732 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
734 pxor \TMP2, \TMP6
762 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
764 pxor \TMP2, \TMP6
822 pxor \TMP6, \TMP2
871 TMP6 XMM0 XMM1 XMM2 XMM3 XMM4 XMM5 XMM6 XMM7 XMM8 operation
882 pshufd $78, \XMM5, \TMP6
883 pxor \XMM5, \TMP6
905 PCLMULQDQ 0x00, \TMP5, \TMP6 # TMP6 = (a1+a0)*(b1+b0)
940 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
942 pxor \TMP2, \TMP6
970 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part
972 pxor \TMP2, \TMP6
1034 pxor \TMP6, \TMP2
1077 .macro GHASH_LAST_4 TMP1 TMP2 TMP3 TMP4 TMP5 TMP6 \
1080 # Multiply TMP6 * HashKey (using Karatsuba)
1082 movdqa \XMM1, \TMP6
1086 PCLMULQDQ 0x11, \TMP5, \TMP6 # TMP6 = a1*b1
1091 movdqa \TMP2, \XMM1 # result in TMP6, XMMDst, XMM1
1103 pxor \TMP1, \TMP6
1106 # results accumulated in TMP6, XMMDst, XMM1
1118 pxor \TMP1, \TMP6
1120 pxor \TMP2, \XMM1 # results accumulated in TMP6, XMMDst, XMM1
1131 pxor \TMP1, \TMP6
1134 pxor \TMP6, \TMP2
1141 pxor \TMP2, \TMP6
1142 # TMP6:XMMDst holds the result of the accumulated carry-less multiplications
1170 pxor \TMP6, \XMMDst # reduced result is in XMMDst