Searched refs:store16 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/opts/ |
H A D | SkVM_opts.h | 120 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 D | SkVM.h | 438 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 D | SkVM.cpp | 304 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 D | hevcdsp_idct_neon.S | 422 .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 D | SkVMTest.cpp | 197 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