Home
last modified time | relevance | path

Searched refs:vpsllw (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djdsample-avx2.asm168 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 Djfdctint-avx2.asm127 vpsllw %1, %7, PASS1_BITS ; %1=data0_4
H A Djidctint-avx2.asm344 vpsllw xmm5, xmm5, PASS1_BITS
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.asm162 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 Djfdctint-avx2.asm127 vpsllw %1, %7, PASS1_BITS ; %1=data0_4
H A Djidctint-avx2.asm317 vpsllw xmm5, xmm5, PASS1_BITS
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3337 __ 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 DSkVM.h186 void vpsllw(Ymm dst, Ymm x, int imm);
H A DSkVM.cpp2095 void Assembler::vpsllw(Ymm dst, Ymm x, int imm) {
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h1178 void vpsllw(XMMRegister dst, XMMRegister src, uint8_t imm8);
H A Dassembler-ia32.cc2927 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 Dliftoff-assembler-ia32.h3464 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 Dliftoff-assembler-x64.h3039 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 DSkVMTest.cpp1106 a.vpsllw (A::ymm4, A::ymm3, 12);

Completed in 51 milliseconds