Lines Matching full:16
61 mov state0.16b, copy0.16b
62 mov state1.16b, copy1.16b
63 mov state2.16b, copy2.16b
64 mov state3.16b, copy3.16b
75 /* state0 += state1, state3 = rotl32(state3 ^ state0, 16) */
77 eor state3.16b, state3.16b, state0.16b
82 eor tmp.16b, state1.16b, state2.16b
88 eor tmp.16b, state3.16b, state0.16b
94 eor tmp.16b, state1.16b, state2.16b
99 ext state1.16b, state1.16b, state1.16b, #4
101 ext state2.16b, state2.16b, state2.16b, #8
103 ext state3.16b, state3.16b, state3.16b, #12
105 /* state0 += state1, state3 = rotl32(state3 ^ state0, 16) */
107 eor state3.16b, state3.16b, state0.16b
112 eor tmp.16b, state1.16b, state2.16b
118 eor tmp.16b, state3.16b, state0.16b
124 eor tmp.16b, state1.16b, state2.16b
129 ext state1.16b, state1.16b, state1.16b, #12
131 ext state2.16b, state2.16b, state2.16b, #8
133 ext state3.16b, state3.16b, state3.16b, #4
146 st1 { state0.16b - state3.16b }, [x0]
163 movi state0.16b, #0
164 movi state1.16b, #0
165 movi state2.16b, #0
166 movi state3.16b, #0
167 movi copy1.16b, #0
168 movi copy2.16b, #0