Searched refs:lowerPSAT (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 208 llvm::Value *lowerPSAT(llvm::Value *x, llvm::Value *y, bool isAdd, bool isSigned) in lowerPSAT() function 244 return lowerPSAT(x, y, true, false); in lowerPUADDSAT() 249 return lowerPSAT(x, y, true, true); in lowerPSADDSAT() 254 return lowerPSAT(x, y, false, false); in lowerPUSUBSAT() 259 return lowerPSAT(x, y, false, true); in lowerPSSUBSAT()
|