Home
last modified time | relevance | path

Searched refs:xtns2h (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkVM.cpp2379 void Assembler::xtns2h(V d, V n) { this->op(0b0'0'0'01110'01'10000'10010'10, n,d); } in xtns2h() function in skvm::Assembler
4000 case Op::store8: a->xtns2h(dst(x), r(x)); in jit()
4006 case Op::store16: a->xtns2h(dst(x), r(x)); in jit()
4232 a->xtns2h(dst(x), r(x)); // pack even 16-bit lanes into bottom four lanes in jit()
DSkVM.h318 xtns2h, // u32 -> u16 variable
/third_party/skia/tests/
DSkVMTest.cpp1919 a.xtns2h(A::v0, A::v0); in DEF_TEST()