Lines Matching full:w
99 li.w copy0, 0x61707865
100 li.w copy1, 0x3320646e
101 li.w copy2, 0x79622d32
103 ld.w cnt_lo, counter, 0
104 ld.w cnt_hi, counter, 4
111 li.w state3, 0x6b206574
114 ld.w state4, key, 0
115 ld.w state5, key, 4
116 ld.w state6, key, 8
117 ld.w state7, key, 12
118 ld.w state8, key, 16
119 ld.w state9, key, 20
120 ld.w state10, key, 24
121 ld.w state11, key, 28
131 li.w i, 10
134 OP_4REG add.w line0, line1
136 OP_4REG rotri.w line3, _16
138 OP_4REG add.w line2, line3
140 OP_4REG rotri.w line1, _20
142 OP_4REG add.w line0, line1
144 OP_4REG rotri.w line3, _24
146 OP_4REG add.w line2, line3
148 OP_4REG rotri.w line1, _25
151 OP_4REG add.w line0, line1_perm
153 OP_4REG rotri.w line3_perm, _16
155 OP_4REG add.w line2_perm, line3_perm
157 OP_4REG rotri.w line1_perm, _20
159 OP_4REG add.w line0, line1_perm
161 OP_4REG rotri.w line3_perm, _24
163 OP_4REG add.w line2_perm, line3_perm
165 OP_4REG rotri.w line1_perm, _25
167 addi.w i, i, -1
174 li.w copy3, 0x6b206574
177 OP_4REG add.w line0, copy
178 st.w state0, output, 0
179 st.w state1, output, 4
180 st.w state2, output, 8
181 st.w state3, output, 12
186 ld.w state0, key, 0
187 ld.w state1, key, 4
188 ld.w state2, key, 8
189 ld.w state3, key, 12
192 OP_4REG add.w line1, line0
193 st.w state4, output, 16
194 st.w state5, output, 20
195 st.w state6, output, 24
196 st.w state7, output, 28
199 ld.w state0, key, 16
200 ld.w state1, key, 20
201 ld.w state2, key, 24
202 ld.w state3, key, 28
205 OP_4REG add.w line2, line0
206 st.w state8, output, 32
207 st.w state9, output, 36
208 st.w state10, output, 40
209 st.w state11, output, 44
212 add.w state12, state12, cnt_lo
213 add.w state13, state13, cnt_hi
214 st.w state12, output, 48
215 st.w state13, output, 52
216 st.w state14, output, 56
217 st.w state15, output, 60
220 addi.w cnt_lo, cnt_lo, 1
222 add.w cnt_hi, cnt_hi, state0
231 st.w cnt_lo, counter, 0
232 st.w cnt_hi, counter, 4