Searched defs:psrlw (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 3298 __ psrlw(kScratchDoubleReg, 8); in AssembleArchInstruction() local 3301 __ psrlw(dst, 8); in AssembleArchInstruction() local 3324 __ psrlw(kScratchDoubleReg, 8); in AssembleArchInstruction() local 3328 __ psrlw(dst, 8); in AssembleArchInstruction() local 3357 __ psrlw(dst, 8); in AssembleArchInstruction() local 3379 __ psrlw(dst, 8); in AssembleArchInstruction() local 3385 __ psrlw(kScratchDoubleReg, 8); in AssembleArchInstruction() local 3419 __ psrlw(kScratchDoubleReg, 8); in AssembleArchInstruction() local
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | mmx.h | 636 #define psrlw(vars, vard) mmx_m2m(psrlw, vars, vard) macro
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | mmx.h | 633 #define psrlw(vars, vard) mmx_m2m(psrlw, vars, vard) macro
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3913 RValue<UShort4> psrlw(RValue<UShort4> x, unsigned char y) in psrlw() function 3918 RValue<UShort8> psrlw(RValue<UShort8> x, unsigned char y) in psrlw() function
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 2604 void Assembler::psrlw(XMMRegister reg, uint8_t shift) { in psrlw() function in v8::internal::Assembler
|