Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp366 llvm::Value *lowerPack(llvm::Value *x, llvm::Value *y, bool isSigned) in lowerPack() function
3273 v4i32 = As<Int4>(V(lowerPack(V(v), V(v), true))); in Short4()
3559 auto result = V(lowerPack(V(x.value), V(y.value), true)); in PackSigned()
3569 auto result = V(lowerPack(V(x.value), V(y.value), false)); in PackUnsigned()
5702 return As<Short8>(V(lowerPack(V(x.value), V(y.value), true))); in PackSigned()
5711 return As<UShort8>(V(lowerPack(V(x.value), V(y.value), false))); in PackUnsigned()