Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/x86/
Dmc_luma.asm222 psllw %8, 2 label
225 psllw %8, 2 label
1007 psllw xmm6, 2 label
1011 psllw xmm6, 2 label
1024 psllw xmm5, 2 label
1028 psllw xmm5, 2 label
1517 psllw xmm6, 2 label
1521 psllw xmm6, 2 label
1531 psllw xmm5, 2 label
1535 psllw xmm5, 2 label
/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