Lines Matching defs:load
1293 Color Builder::load(PixelFormat f, Ptr ptr) {
2569 int64_t num = jits .load(),
2570 den = calls.load();
2572 num = fast .load();
2573 den = pixels.load();
2580 const void* jit_entry = fImpl->jit_entry.load();
2704 case Op::load8: t = I8 ; goto load;
2705 case Op::load16: t = I16; goto load;
2706 case Op::load32: t = I32; goto load;
2707 load: {
3045 return fImpl->jit_entry.load() != nullptr;
3056 } else if (auto jit_entry = fImpl->jit_entry.load()) {
3225 A::Label load64_index; // Used to load low or high half of 64-bit lanes.
3878 // already in a register, but not if we'd have to load it from the stack
4136 a->ldrh(GP1, GP1); // 2-byte load.
4148 a->ldrs(GP1, GP1); // 4-byte load.
4333 // Except for explicit aligned load and store instructions, AVX allows
4424 const void* jit_entry = fImpl->jit_entry.load();