/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-avx2.asm | 161 vpsrlw ymm2, ymm2, 2 ; ymm2=OutLE=( 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30) 162 vpsrlw ymm5, ymm5, 2 ; ymm5=OutHE=(32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62) 165 vpsrlw ymm3, ymm3, 2 ; ymm3=OutLO=( 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31) 166 vpsrlw ymm6, ymm6, 2 ; ymm6=OutHO=(33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63) 448 vpsrlw ymm1, ymm1, 4 ; ymm1=Out0LE=( 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30) 449 vpsrlw ymm5, ymm5, 4 ; ymm5=Out0HE=(32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62) 452 vpsrlw ymm0, ymm0, 4 ; ymm0=Out0LO=( 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31) 453 vpsrlw ymm2, ymm2, 4 ; ymm2=Out0HO=(33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63) 504 vpsrlw ymm1, ymm1, 4 ; ymm1=Out1LE=( 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30) 505 vpsrlw ymm [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-avx2.asm | 155 vpsrlw ymm2, ymm2, 2 ; ymm2=OutLE=( 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30) 156 vpsrlw ymm5, ymm5, 2 ; ymm5=OutHE=(32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62) 159 vpsrlw ymm3, ymm3, 2 ; ymm3=OutLO=( 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31) 160 vpsrlw ymm6, ymm6, 2 ; ymm6=OutHO=(33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63) 408 vpsrlw ymm1, ymm1, 4 ; ymm1=Out0LE=( 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30) 409 vpsrlw ymm5, ymm5, 4 ; ymm5=Out0HE=(32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62) 412 vpsrlw ymm0, ymm0, 4 ; ymm0=Out0LO=( 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31) 413 vpsrlw ymm2, ymm2, 4 ; ymm2=Out0HO=(33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63) 462 vpsrlw ymm1, ymm1, 4 ; ymm1=Out1LE=( 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30) 463 vpsrlw ymm [all...] |
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3310 __ vpsrlw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() 3313 __ vpsrlw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() 3338 __ vpsrlw(kScratchDoubleReg, kScratchDoubleReg, 8); in AssembleArchInstruction() 3342 __ vpsrlw(dst, dst, 8); in AssembleArchInstruction() 3366 __ vpsrlw(dst, kScratchDoubleReg, 8); in AssembleArchInstruction() 3371 __ vpsrlw(dst, dst, 8); in AssembleArchInstruction() 3395 __ vpsrlw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() 3399 __ vpsrlw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() 3400 __ vpsrlw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() 3440 __ vpsrlw(kScratchDoubleRe in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 908 vpsrlw(tmp2, tmp2, 4); in I8x16Popcnt()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 187 void vpsrlw(Ymm dst, Ymm x, int imm);
|
H A D | SkVM.cpp | 2099 void Assembler::vpsrlw(Ymm dst, Ymm x, int imm) {
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1181 void vpsrlw(XMMRegister dst, XMMRegister src, uint8_t imm8);
|
H A D | assembler-ia32.cc | 2945 void Assembler::vpsrlw(XMMRegister dst, XMMRegister src, uint8_t imm8) { in vpsrlw() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3490 liftoff::EmitSimdShiftOp<&Assembler::vpsrlw, &Assembler::psrlw, 4>(this, dst, 3496 liftoff::EmitSimdShiftOpImm<&Assembler::vpsrlw, &Assembler::psrlw, 4>(
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3065 liftoff::EmitSimdShiftOp<&Assembler::vpsrlw, &Assembler::psrlw, 4>(this, dst, in emit_i16x8_shr_u() 3071 liftoff::EmitSimdShiftOpImm<&Assembler::vpsrlw, &Assembler::psrlw, 4>( in emit_i16x8_shri_u()
|