Home
last modified time | relevance | path

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

/external/valgrind/VEX/test/
Dmmxtest.c375 #define pslld(vars, vard) mmx_m2m(pslld, vars, vard) macro
/external/swiftshader/src/Reactor/
DNucleus.cpp7586 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/
Dassembler-ia32.cc2578 void Assembler::pslld(XMMRegister reg, int8_t shift) { in pslld() function in v8::internal::Assembler
/external/v8/src/x64/
Dassembler-x64.cc3325 void Assembler::pslld(XMMRegister reg, byte imm8) { in pslld() function in v8::internal::Assembler