Searched refs:lowerMulHigh (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 360 llvm::Value *lowerMulHigh(llvm::Value *x, llvm::Value *y, bool sext) in lowerMulHigh() function 2120 return As<Short4>(V(lowerMulHigh(V(x.value()), V(y.value()), true))); in MulHigh() 2266 return As<UShort4>(V(lowerMulHigh(V(x.value()), V(y.value()), false))); in MulHigh() 2321 return As<Short8>(V(lowerMulHigh(V(x.value()), V(y.value()), true))); in MulHigh() 2356 return As<UShort8>(V(lowerMulHigh(V(x.value()), V(y.value()), false))); in MulHigh() 2769 return As<Int4>(V(lowerMulHigh(V(x.value()), V(y.value()), true))); in MulHigh() 2776 return As<UInt4>(V(lowerMulHigh(V(x.value()), V(y.value()), false))); in MulHigh()
|
Completed in 8 milliseconds