Lines Matching full:xmm1
69 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key).
70 ; The result is delivered in xmm1.
80 "movdqu %1, %%xmm1" "\n\t"
82 "aesdec %%xmm2, %%xmm1" "\n\t"
83 "movdqu %%xmm1, %0" "\n\t"
87 : /*trash*/ "xmm1", "xmm2"
101 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key).
102 ; The result is delivered in xmm1.
112 "movdqu %1, %%xmm1" "\n\t"
114 "aesdeclast %%xmm2, %%xmm1" "\n\t"
115 "movdqu %%xmm1, %0" "\n\t"
119 : /*trash*/ "xmm1", "xmm2"
133 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key).
134 ; The result is delivered in xmm1.
144 "movdqu %1, %%xmm1" "\n\t"
146 "aesenc %%xmm2, %%xmm1" "\n\t"
147 "movdqu %%xmm1, %0" "\n\t"
151 : /*trash*/ "xmm1", "xmm2"
165 ; xmm1 and xmm2 hold two 128-bit inputs (xmm1 = State; xmm2 = Round key)
166 ; The result delivered in xmm1
176 "movdqu %1, %%xmm1" "\n\t"
178 "aesenclast %%xmm2, %%xmm1" "\n\t"
179 "movdqu %%xmm1, %0" "\n\t"
183 : /*trash*/ "xmm1", "xmm2"
228 ; result delivered in xmm1
240 "aeskeygenassist $1,%%xmm2, %%xmm1" "\n\t"
241 "movdqu %%xmm1, %0" "\n\t"
245 : /*trash*/ "xmm1", "xmm2"
251 "aeskeygenassist $2,%%xmm2, %%xmm1" "\n\t"
252 "movdqu %%xmm1, %0" "\n\t"
256 : /*trash*/ "xmm1", "xmm2"
262 "aeskeygenassist $8,%%xmm2, %%xmm1" "\n\t"
263 "movdqu %%xmm1, %0" "\n\t"
267 : /*trash*/ "xmm1", "xmm2"