Searched defs:pslld (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/test/
H A Dmmxtest.c373 #define pslld_m2r(var, reg) mmx_m2r(pslld, var, reg)
374 #define pslld_r2r(regs, regd) mmx_r2r(pslld, regs, regd)
375 #define pslld(vars, vard) mmx_m2m(pslld, vars, vard) macro
585 do_test("pslld", pslld(ma,mb));
/external/v8/src/ia32/
H A Dassembler-ia32.cc2578 void Assembler::pslld(XMMRegister reg, int8_t shift) { function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc3325 void Assembler::pslld(XMMRegister reg, byte imm8) { function in class:v8::internal::Assembler
/external/swiftshader/src/Reactor/
H A DNucleus.cpp4764 return x86::pslld(lhs, rhs);
4778 return x86::pslld(lhs, rhs);
5086 return As<UInt2>(x86::pslld(As<Int2>(lhs), rhs));
5100 return As<UInt2>(x86::pslld(As<Int2>(lhs), rhs));
5443 return x86::pslld(lhs, rhs);
5797 return As<UInt4>(x86::pslld(As<Int4>(lhs), rhs));
7586 RValue<Int2> pslld(RValue<Int2> x, unsigned char y) function in namespace:sw::x86
7589 llvm::Function *pslld = Intrinsic::getDeclaration(module, Intrinsic::x86_mmx_pslli_d); local
7591 return As<Int2>(RValue<MMX>(Nucleus::createCall(pslld, As<MMX>(x).value, Nucleus::createConstantInt(y))));
7594 RValue<Int4> pslld(RValu function in namespace:sw::x86
7599 llvm::Function *pslld = Intrinsic::getDeclaration(module, Intrinsic::x86_sse2_pslli_d); local
7697 RValue<Int2> pslld(RValue<Int2> x, RValue<Long1> y) function in namespace:sw::x86
7700 llvm::Function *pslld = Intrinsic::getDeclaration(module, Intrinsic::x86_mmx_psll_d); local
[all...]

Completed in 92 milliseconds