Home
last modified time | relevance | path

Searched defs:psllw (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc3323 __ psllw(kScratchDoubleReg, 8); in AssembleArchInstruction() local
3327 __ psllw(dst, 8); in AssembleArchInstruction() local
3349 __ psllw(dst, 8); in AssembleArchInstruction() local
3355 __ psllw(kScratchDoubleReg, 8); in AssembleArchInstruction() local
3387 __ psllw(kScratchDoubleReg, 8); in AssembleArchInstruction() local
3420 __ psllw(dst, 8); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3933 RValue<Short4> psllw(RValue<Short4> x, unsigned char y) in psllw() function
3938 RValue<Short8> psllw(RValue<Short8> x, unsigned char y) in psllw() function
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc2586 void Assembler::psllw(XMMRegister reg, uint8_t shift) { in psllw() function in v8::internal::Assembler