Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVM.h319 xtnh2b, // u16 -> u8 variable
DSkVM.cpp2380 void Assembler::xtnh2b(V d, V n) { this->op(0b0'0'0'01110'00'10000'10010'10, n,d); } in xtnh2b() function in skvm::Assembler
4001 a->xtnh2b(dst(), dst()); in jit()
/third_party/skia/tests/
DSkVMTest.cpp1920 a.xtnh2b(A::v0, A::v0); in DEF_TEST()