Lines Matching refs:store
908 // load red, load alpha, red *= alpha, store red
924 // load red, store red
942 // load red, load alpha, a bunch of unpremul instructions, store red
958 // load red, store red
2348 b.store(rgba_8888, dst, c);
2367 b.store(rgba_ffff, dst, c);
2468 { // load-fma-store with FMA available.
2476 { // load-mul-add-store without FMA.
2539 // But we can't soundly dedup two identical loads with a store between.
2561 // we cannot dedup stores either. A different store between two identical stores
2562 // will invalidate the first store, meaning we do need to reissue that store operation.
2568 b.store32(buf, b.splat(4)); // If we dedup'd, we'd skip this store.