Lines Matching full:store
67 #define BSTORE_SIZE 256 /* min copy size for block store */
97 stb %o3, [%o0-1] ! store last byte
100 stb %o3, [%o0-2] ! store 2nd from last byte
103 stb %o3, [%o0+1] ! store 3rd from last byte
107 stb %o3, [%o0] ! store 4th from last byte
133 stb %o3, [%o0] ! store a byte
161 std %d4, [%o0-8] ! and store
190 stx %o4, [%o0-8] ! and store
204 ldx [%o1-8], %o4 ! load and store 16 bytes
220 stx %o4, [%o0-8] ! and store 8 bytes
262 std %d10, [%o0+56] ! store the current 8 bytes
264 std %d12, [%o0+48] ! store the current 8 bytes
266 std %d14, [%o0+40] ! store the current 8 bytes
268 std %d16, [%o0+32] ! store the current 8 bytes
270 std %d20, [%o0+24] ! store the current 8 bytes
272 std %d22, [%o0+16] ! store the current 8 bytes
274 std %d24, [%o0+8] ! store the current 8 bytes
277 std %d26, [%o0] ! store the current 8 bytes
292 std %d10, [%o0+24] ! store the current 8 bytes
295 std %d12, [%o0+16] ! store the current 8 bytes
297 std %d14, [%o0+8] ! store the current 8 bytes
300 std %d16, [%o0] ! store the current 8 bytes
313 std %d8, [%o0] ! store the current 8 bytes
327 stb %o3, [%o0-1] ! store last byte
330 stb %o3, [%o0-2] ! store 2nd from last byte
333 stb %o3, [%o0+1] ! store 3rd from last byte
336 stb %o3, [%o0] ! store 4th from last byte
388 stb %o3, [%o0] ! store one byte
392 stb %o3, [%o0+1] ! store second byte
394 stb %o3, [%o0+2] ! store third byte
436 stb %o3, [%o0+4] ! store one byte
440 stb %o3, [%o0+5] ! store second byte
442 stb %o3, [%o0+6] ! store third byte
485 cmp %o2, MED_WMAX ! limit to store buffer size
499 stw %o4, [%o0] ! and store
518 stw %o4, [%o0] ! and store 4 bytes
522 stw %o3, [%o0-4] ! and store 4 bytes
532 stw %o4, [%o0] ! and store 4 bytes
541 stb %o3, [%o0] ! store one byte
545 stb %o3, [%o0+1] ! store second byte
547 stb %o3, [%o0+2] ! store third byte
561 cmp %o2, MED_MAX ! limit to store buffer size
575 stx %o4, [%o0] ! and store
589 ldx [%o1], %o4 ! load and store 16 bytes
605 stx %o4, [%o0] ! and store 8 bytes
807 ! to store data with a block store or with individual stores.
808 ! The block store wins when the amount of data is so large
811 ! On a Panther, block store can lose more often because block
812 ! store forces the stored data to be removed from the L3 cache.
892 stda %f32, [%o0]ASI_BLK_P ! store 64 bytes, bypass cache
1014 stda %f32, [%o0]ASI_BLK_P ! store 64 bytes, bypass cache