Searched defs:psllw (Results 1 – 3 of 3) sorted by relevance
3323 __ psllw(kScratchDoubleReg, 8); in AssembleArchInstruction() local3327 __ psllw(dst, 8); in AssembleArchInstruction() local3349 __ psllw(dst, 8); in AssembleArchInstruction() local3355 __ psllw(kScratchDoubleReg, 8); in AssembleArchInstruction() local3387 __ psllw(kScratchDoubleReg, 8); in AssembleArchInstruction() local3420 __ psllw(dst, 8); in AssembleArchInstruction() local
3933 RValue<Short4> psllw(RValue<Short4> x, unsigned char y) in psllw() function3938 RValue<Short8> psllw(RValue<Short8> x, unsigned char y) in psllw() function
2586 void Assembler::psllw(XMMRegister reg, uint8_t shift) { in psllw() function in v8::internal::Assembler