Home | History | Annotate | Download | only in x86

Lines Matching refs:xmm8

616 	movdqu	(%r8),%xmm8		/* xmm8 := iv */
617 movdqa %xmm8,(%rsp) /* save iv */
623 1: movdqu -0x10(%rsi,%r10),%xmm8 /* xmm8 := chaining value */
624 pxor %xmm8,%xmm0 /* xmm0 := ptxt */
626 movdqa %xmm8,%xmm0 /* move cv = ciphertext block */
652 movdqu (%r8),%xmm8 /* xmm8 := iv */
653 movdqa %xmm8,(%rsp) /* save iv */
749 1: movdqa %xmm15,%xmm8 /* xmm8 := tweak[0] */
772 movdqa %xmm8,(%rsp) /* save tweak[0] */
773 pxor %xmm8,%xmm0 /* xmm[i] := ptxt[i] ^ tweak[i] */
857 1: movdqa %xmm15,%xmm8 /* xmm8 := tweak[0] */
880 movdqa %xmm8,(%rsp) /* save tweak[0] */
881 pxor %xmm8,%xmm0 /* xmm[i] := ptxt[i] ^ tweak[i] */
981 call aesni_enc1 /* xmm0 := auth'; trash rax,rcx,xmm8 */
1014 call aesni_enc2 /* trash rax/rcx/xmm8 */
1052 call aesni_enc1 /* xmm0 := pad; trash rax/rcx/xmm8 */
1070 * trash rax/rcx/xmm8 */
1108 * Internal ABI. Uses %rax and %xmm8 as temporaries. Destroys %ecx.
1120 1: aesenc %xmm8,%xmm0
1121 2: movdqa (%rax,%rcx),%xmm8 /* load round key */
1124 aesenclast %xmm8,%xmm0
1134 * Internal ABI. Uses %rax and %xmm8 as temporaries. Destroys %ecx.
1140 movdqa (%rdi),%xmm8 /* xmm8 := first round key */
1144 pxor %xmm8,%xmm0 /* xor in first round key */
1145 pxor %xmm8,%xmm1
1148 1: aesenc %xmm8,%xmm0
1149 aesenc %xmm8,%xmm1
1150 2: movdqa (%rax,%rcx),%xmm8 /* load round key */
1153 aesenclast %xmm8,%xmm0
1154 aesenclast %xmm8,%xmm1
1164 * Internal ABI. Uses %rax and %xmm8 as temporaries. Destroys %ecx.
1170 movdqa (%rdi),%xmm8 /* xor in first round key */
1171 pxor %xmm8,%xmm0
1172 pxor %xmm8,%xmm1
1173 pxor %xmm8,%xmm2
1174 pxor %xmm8,%xmm3
1175 pxor %xmm8,%xmm4
1176 pxor %xmm8,%xmm5
1177 pxor %xmm8,%xmm6
1178 pxor %xmm8,%xmm7
1184 1: aesenc %xmm8,%xmm0
1185 aesenc %xmm8,%xmm1
1186 aesenc %xmm8,%xmm2
1187 aesenc %xmm8,%xmm3
1188 aesenc %xmm8,%xmm4
1189 aesenc %xmm8,%xmm5
1190 aesenc %xmm8,%xmm6
1191 aesenc %xmm8,%xmm7
1192 2: movdqa (%rax,%rcx),%xmm8 /* load round key */
1195 aesenclast %xmm8,%xmm0
1196 aesenclast %xmm8,%xmm1
1197 aesenclast %xmm8,%xmm2
1198 aesenclast %xmm8,%xmm3
1199 aesenclast %xmm8,%xmm4
1200 aesenclast %xmm8,%xmm5
1201 aesenclast %xmm8,%xmm6
1202 aesenclast %xmm8,%xmm7
1212 * Internal ABI. Uses %rax and %xmm8 as temporaries. Destroys %ecx.
1224 1: aesdec %xmm8,%xmm0
1225 2: movdqa (%rax,%rcx),%xmm8 /* load round key */
1228 aesdeclast %xmm8,%xmm0
1238 * Internal ABI. Uses %xmm8 as temporary. Destroys %rcx.
1244 movdqa (%rdi),%xmm8 /* xor in first round key */
1245 pxor %xmm8,%xmm0
1246 pxor %xmm8,%xmm1
1247 pxor %xmm8,%xmm2
1248 pxor %xmm8,%xmm3
1249 pxor %xmm8,%xmm4
1250 pxor %xmm8,%xmm5
1251 pxor %xmm8,%xmm6
1252 pxor %xmm8,%xmm7
1258 1: aesdec %xmm8,%xmm0
1259 aesdec %xmm8,%xmm1
1260 aesdec %xmm8,%xmm2
1261 aesdec %xmm8,%xmm3
1262 aesdec %xmm8,%xmm4
1263 aesdec %xmm8,%xmm5
1264 aesdec %xmm8,%xmm6
1265 aesdec %xmm8,%xmm7
1266 2: movdqa (%rax,%rcx),%xmm8 /* load round key */
1269 aesdeclast %xmm8,%xmm0
1270 aesdeclast %xmm8,%xmm1
1271 aesdeclast %xmm8,%xmm2
1272 aesdeclast %xmm8,%xmm3
1273 aesdeclast %xmm8,%xmm4
1274 aesdeclast %xmm8,%xmm5
1275 aesdeclast %xmm8,%xmm6
1276 aesdeclast %xmm8,%xmm7