Lines Matching defs:store
650 // But we never dedup loads or stores: an intervening store could change that memory.
1396 void Builder::store(PixelFormat f, Ptr ptr, Color c) {
2749 case Op::store8: t = I8 ; goto store;
2750 case Op::store16: t = I16; goto store;
2751 case Op::store32: t = I32; goto store;
2752 store: {
3014 fImpl->jit_entry.store(function);
3025 dst->store( (void*)ee->getFunctionAddress(name.c_str()) );
3063 fImpl->jit_entry.store(nullptr);
3686 // Now we need to store the upper 128 bits of x,y,z,w.
4333 // Except for explicit aligned load and store instructions, AVX allows
4377 fImpl->jit_entry.store(jit_entry);
4414 fImpl->jit_entry.store(sym);