Searched defs:pmovsxbd (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp756 // llvm-3.9 removed the pmovsxbd intrinsic
761 Function *pmovsxbd = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::x86_avx2_pmovsxbd); local
762 return CALL(pmovsxbd, std::initializer_list<Value*>{a});
/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4491 *this = x86::pmovsxbd(As<SByte16>(cast));
6426 RValue<Int4> pmovsxbd(RValue<SByte16> x) function in namespace:sw::x86
6428 llvm::Function *pmovsxbd = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse41_pmovsxbd); local
6430 return RValue<Int4>(V(::builder->CreateCall(pmovsxbd, x.value)));

Completed in 132 milliseconds