Searched refs:lowerPMOV (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 117 llvm::Value *lowerPMOV(llvm::Value *op, llvm::Type *dstType, bool sext) in lowerPMOV() function 4055 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), false))); in pmovzxbd() 4060 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), true))); in pmovsxbd() 4065 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), false))); in pmovzxwd() 4070 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), true))); in pmovsxwd()
|