Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkVM.h378 I32 shl_16x2(I32 x, int bits);
DSkVM.cpp167 I32 Builder::shl_16x2(I32 x, int bits) { return {this->push(Op::shl_i16x2, x.id,NA,NA, bits)}; } in shl_16x2() function in skvm::Builder
/third_party/flutter/skia/tests/
DSkVMTest.cpp689 v = b.shl_16x2(w,7), // These shifts will be a no-op in DEF_TEST()
713 return b.shl_16x2(b.bit_and(mask, b.splat(0x0001'0001)), shift); in DEF_TEST()