Searched refs:lowerPack (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 269 llvm::Value *lowerPack(llvm::Value *x, llvm::Value *y, bool isSigned) in lowerPack() function 2046 v4i32 = As<Int4>(V(lowerPack(V(v), V(v), true))); in Short4() 2140 auto result = V(lowerPack(V(x.value()), V(y.value()), true)); in PackSigned() 2151 auto result = V(lowerPack(V(x.value()), V(y.value()), false)); in PackUnsigned() 2785 return As<Short8>(V(lowerPack(V(x.value()), V(y.value()), true))); in PackSigned() 2795 return As<UShort8>(V(lowerPack(V(x.value()), V(y.value()), false))); in PackUnsigned()
|