Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp253 llvm::Value *lowerPack(llvm::Value *x, llvm::Value *y, bool isSigned) in lowerPack() function
2026 v4i32 = As<Int4>(V(lowerPack(V(v), V(v), true))); in Short4()
2120 auto result = V(lowerPack(V(x.value()), V(y.value()), true)); in PackSigned()
2131 auto result = V(lowerPack(V(x.value()), V(y.value()), false)); in PackUnsigned()
2765 return As<Short8>(V(lowerPack(V(x.value()), V(y.value()), true))); in PackSigned()
2775 return As<UShort8>(V(lowerPack(V(x.value()), V(y.value()), false))); in PackUnsigned()