/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-avx2.asm | 168 vpsllw ymm3, ymm3, BYTE_BIT 169 vpsllw ymm6, ymm6, BYTE_BIT 455 vpsllw ymm0, ymm0, BYTE_BIT 456 vpsllw ymm2, ymm2, BYTE_BIT 511 vpsllw ymm7, ymm7, BYTE_BIT 512 vpsllw ymm5, ymm5, BYTE_BIT
|
H A D | jfdctint-avx2.asm | 127 vpsllw %1, %7, PASS1_BITS ; %1=data0_4
|
H A D | jidctint-avx2.asm | 344 vpsllw xmm5, xmm5, PASS1_BITS
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-avx2.asm | 162 vpsllw ymm3, ymm3, BYTE_BIT 163 vpsllw ymm6, ymm6, BYTE_BIT 415 vpsllw ymm0, ymm0, BYTE_BIT 416 vpsllw ymm2, ymm2, BYTE_BIT 469 vpsllw ymm7, ymm7, BYTE_BIT 470 vpsllw ymm5, ymm5, BYTE_BIT
|
H A D | jfdctint-avx2.asm | 127 vpsllw %1, %7, PASS1_BITS ; %1=data0_4
|
H A D | jidctint-avx2.asm | 317 vpsllw xmm5, xmm5, PASS1_BITS
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3337 __ vpsllw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() 3341 __ vpsllw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() 3365 __ vpsllw(kScratchDoubleReg, i.InputSimd128Register(0), 8); in AssembleArchInstruction() 3369 __ vpsllw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() 3370 __ vpsllw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() 3396 __ vpsllw(kScratchDoubleReg, dst, 8); in AssembleArchInstruction() 3401 __ vpsllw(kScratchDoubleReg, kScratchDoubleReg, 8); in AssembleArchInstruction() 3441 __ vpsllw(dst, src, 8); in AssembleArchInstruction()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 186 void vpsllw(Ymm dst, Ymm x, int imm);
|
H A D | SkVM.cpp | 2095 void Assembler::vpsllw(Ymm dst, Ymm x, int imm) {
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1178 void vpsllw(XMMRegister dst, XMMRegister src, uint8_t imm8);
|
H A D | assembler-ia32.cc | 2927 void Assembler::vpsllw(XMMRegister dst, XMMRegister src, uint8_t imm8) { in vpsllw() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3464 liftoff::EmitSimdShiftOp<&Assembler::vpsllw, &Assembler::psllw, 4>(this, dst, 3470 liftoff::EmitSimdShiftOpImm<&Assembler::vpsllw, &Assembler::psllw, 4>(
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3039 liftoff::EmitSimdShiftOp<&Assembler::vpsllw, &Assembler::psllw, 4>(this, dst, in emit_i16x8_shl() 3045 liftoff::EmitSimdShiftOpImm<&Assembler::vpsllw, &Assembler::psllw, 4>( in emit_i16x8_shli()
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1106 a.vpsllw (A::ymm4, A::ymm3, 12);
|