Lines Matching refs:store

99 	be,pn	%ncc, .storebyte1241	! store 1, 2, 4, 1 bytes
102 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes
104 be,pn %ncc, .storehalfword ! yup, store half-word wise
106 bnz,pn %ncc, .storeword2 ! yup, store word wise
117 stx %o1, [%o2 + %g4] ! store word to dst (address pre-incremented)
125 stb %g1, [%o3] ! store it
129 stb %g1, [%o3 + 1] ! store it
133 stb %g1, [%o3 + 2] ! store it
137 stb %g1, [%o3 + 3] ! store it
141 stb %g1, [%o3 + 4] ! store it
145 stb %g1, [%o3 + 5] ! store it
149 stb %g1, [%o3 + 6] ! store it
152 stb %o1, [%o3 + 7] ! store eighth byte
181 stx %g0, [%o3] ! store first dword
198 stb %g0, [%o3] ! store first byte
215 ! this is the last word. It may contain null bytes. store bytes
223 stb %g1, [%o2 + %g4] ! store it
229 stb %g1, [%o2 + %g4] ! store it
235 stb %g1, [%o2 + %g4] ! store it
241 stb %g1, [%o2 + %g4] ! store it
247 stb %g1, [%o2 + %g4] ! store it
253 stb %g1, [%o2 + %g4] ! store it
259 stb %g1, [%o2 + %g4] ! store it
265 stb %o1, [%o2 + %g4] ! store eigth byte
279 stb %g1, [%g5] ! store first byte
281 stw %g1, [%g5 + 1] ! store bytes 2, 3, 4, 5
283 sth %g1, [%g5 + 5] ! store bytes 6, 7
285 stb %o1, [%g5 + 7] ! store eigth byte
297 stb %g1, [%g5] ! store first byte
299 sth %g1, [%g5 + 1] ! store bytes 2, 3
301 stw %g1, [%g5 + 3] ! store bytes 4, 5, 6, 7
303 stb %o1, [%g5 + 7] ! store eigth byte
315 sth %g1, [%g5] ! store bytes 1, 2
317 stw %g1, [%g5 + 2] ! store bytes 3, 4, 5, 6
319 sth %o1, [%g5 + 6] ! store bytes 7, 8
333 stw %g1, [%g5] ! store bytes 1, 2, 3, 4
335 stw %o1, [%g5 + 4] ! store bytes 5, 6, 7, 8