Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp342 llvm::Value *lowerMulHigh(llvm::Value *x, llvm::Value *y, bool sext) in lowerMulHigh() function
3541 return As<Short4>(V(lowerMulHigh(V(x.value), V(y.value), true))); in MulHigh()
3857 return As<UShort4>(V(lowerMulHigh(V(x.value), V(y.value), false))); in MulHigh()
3954 return As<Short8>(V(lowerMulHigh(V(x.value), V(y.value), true))); in MulHigh()
4094 return As<UShort8>(V(lowerMulHigh(V(x.value), V(y.value), false))); in MulHigh()