Lines Matching refs:q0

29 	enc_round	q0, \key1
30 enc_round q0, \key2
34 dec_round q0, \key1
35 dec_round q0, \key2
39 enc_round q0, \key1
40 aese.8 q0, \key2
41 veor q0, q0, \key3
45 dec_round q0, \key1
46 aesd.8 q0, \key2
47 veor q0, q0, \key3
51 enc_round q0, \key1
54 enc_round q0, \key2
60 dec_round q0, \key1
63 dec_round q0, \key2
69 enc_round q0, \key1
72 aese.8 q0, \key2
75 veor q0, q0, \key3
81 dec_round q0, \key1
84 aesd.8 q0, \key2
87 veor q0, q0, \key3
173 vld1.8 {q0-q1}, [r1, :64]!
176 vst1.8 {q0-q1}, [r0, :64]!
183 vld1.8 {q0}, [r1, :64]!
185 vst1.8 {q0}, [r0, :64]!
199 vld1.8 {q0-q1}, [r1, :64]!
202 vst1.8 {q0-q1}, [r0, :64]!
209 vld1.8 {q0}, [r1, :64]!
211 vst1.8 {q0}, [r0, :64]!
227 vld1.8 {q0}, [r5]
231 veor q0, q0, q1 @ ..and xor with iv
233 vst1.8 {q0}, [r0, :64]!
236 vst1.8 {q0}, [r5]
248 vld1.8 {q0-q1}, [r1, :64]!
250 vmov q3, q0
254 veor q0, q0, q6
258 vst1.8 {q0-q1}, [r0, :64]!
266 vld1.8 {q0}, [r1, :64]! @ get next ct block
268 vmov q6, q0
270 vst1.8 {q0}, [r0, :64]!
295 vmov q0, q6
307 veor q0, q0, q3
311 vst1.8 {q0-q1}, [r0, :64]!
319 vmov q0, q6
324 veor q3, q0, q3
382 vld1.8 {q0}, [r5] @ load iv
386 @ Encrypt the IV in q0 with the second AES key. This should only
399 vmov q3, q0
409 vld1.8 {q0-q1}, [r1, :64]! @ get 3 pt blocks
412 veor q0, q0, q3
417 veor q0, q0, q3
420 vst1.8 {q0-q1}, [r0, :64]! @ write 3 ct blocks
430 vld1.8 {q0}, [r1, :64]!
431 veor q0, q0, q3
433 veor q0, q0, q3
434 vst1.8 {q0}, [r0, :64]!
450 vmov q3, q0
460 vld1.8 {q0-q1}, [r1, :64]! @ get 3 ct blocks
463 veor q0, q0, q3
468 veor q0, q0, q3
471 vst1.8 {q0-q1}, [r0, :64]! @ write 3 pt blocks
481 vld1.8 {q0}, [r1, :64]!
482 veor q0, q0, q3
485 veor q0, q0, q3
486 vst1.8 {q0}, [r0, :64]!
503 veor q0, q0, q0
504 aese.8 q0, q1
514 vld1.8 {q0}, [r1]
515 aesimc.8 q0, q0
516 vst1.8 {q0}, [r0]