Home
last modified time | relevance | path

Searched refs:store16 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/opts/
H A DSkVM_opts.h120 STRIDE_1(Op::store16): memcpy(args[immA], &r[x].i32, 2); break;
126 STRIDE_K(Op::store16): skvx::cast<uint16_t>(r[x].i32).store(args[immA]); break;
/third_party/skia/src/core/
H A DSkVM.h438 M(store8) M(store16) M(store32) M(store64) M(store128) \
644 void store16 (Ptr ptr, I32 val);
1193 SI void store16 (Ptr ptr, I32 val) { val->store16 (ptr, val); } in store16() function
H A DSkVM.cpp304 case Op::store16: write(o, op, Ptr{immA}, V{x} ); break; in write_one_instruction()
424 case Op::store16: write(o, op, Ptr{immA}, R{x} ); break; in dump()
705 void Builder::store16(Ptr ptr, I32 val) { (void)push(Op::store16, val.id,NA,NA,NA, ptr.ix); } in store16() function in skvm::Builder
1410 case 2: store16(ptr, pack32(f,c)); break; in store()
2750 case Op::store16: t = I16; goto store;
3632 case Op::store16:
4006 case Op::store16: a->xtns2h(dst(x), r(x));
/third_party/ffmpeg/libavcodec/aarch64/
H A Dhevcdsp_idct_neon.S422 .macro store16 in0, in1, in2, in3, rx
518 store16 v29.d, v30.d, v31.d, v24.d, x4
530 store16 v29.d, v30.d, v31.d, v20.d, x4
/third_party/skia/tests/
H A DSkVMTest.cpp197 b.store16(buf16, b.gather16(uniforms,0, b.bit_and(x, b.splat(15)))); in DEF_TEST()
255 b.store16(buf16, b.gather16(uniforms,0, x)); in DEF_TEST()
734 b.store16(buf, x);
2270 b.store16(dst, b.to_fp16(b.loadF(src)));
2447 store16(dst, _4444);

Completed in 16 milliseconds