Searched refs:lowerMulHigh (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 344 llvm::Value *lowerMulHigh(llvm::Value *x, llvm::Value *y, bool sext) in lowerMulHigh() function 2100 return As<Short4>(V(lowerMulHigh(V(x.value()), V(y.value()), true))); in MulHigh() 2246 return As<UShort4>(V(lowerMulHigh(V(x.value()), V(y.value()), false))); in MulHigh() 2301 return As<Short8>(V(lowerMulHigh(V(x.value()), V(y.value()), true))); in MulHigh() 2336 return As<UShort8>(V(lowerMulHigh(V(x.value()), V(y.value()), false))); in MulHigh() 2749 return As<Int4>(V(lowerMulHigh(V(x.value()), V(y.value()), true))); in MulHigh() 2756 return As<UInt4>(V(lowerMulHigh(V(x.value()), V(y.value()), false))); in MulHigh()
|