Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp117 llvm::Value *lowerPMOV(llvm::Value *op, llvm::Type *dstType, bool sext) in lowerPMOV() function
3973 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), false))); in pmovzxbd()
3978 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), true))); in pmovsxbd()
3983 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), false))); in pmovzxwd()
3988 return RValue<Int4>(V(lowerPMOV(V(x.value()), T(Int4::type()), true))); in pmovsxwd()