Searched defs:pslld (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/VEX/test/ |
D | mmxtest.c | 375 #define pslld(vars, vard) mmx_m2m(pslld, vars, vard) macro
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.cpp | 7586 RValue<Int2> pslld(RValue<Int2> x, unsigned char y) in pslld() function 7589 llvm::Function *pslld = Intrinsic::getDeclaration(module, Intrinsic::x86_mmx_pslli_d); in pslld() local 7594 RValue<Int4> pslld(RValue<Int4> x, unsigned char y) in pslld() function 7599 llvm::Function *pslld = Intrinsic::getDeclaration(module, Intrinsic::x86_sse2_pslli_d); in pslld() local 7697 RValue<Int2> pslld(RValue<Int2> x, RValue<Long1> y) in pslld() function 7700 llvm::Function *pslld = Intrinsic::getDeclaration(module, Intrinsic::x86_mmx_psll_d); in pslld() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 2578 void Assembler::pslld(XMMRegister reg, int8_t shift) { in pslld() function in v8::internal::Assembler
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 3325 void Assembler::pslld(XMMRegister reg, byte imm8) { in pslld() function in v8::internal::Assembler
|