Home
last modified time | relevance | path

Searched +full:nasm +full:- +full:2 (Results 1 – 25 of 261) sorted by relevance

1234567891011

/third_party/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
30 python --version
31 python3 --version
35 …set RUN_TESTS_FLAGS=%RUN_TESTS_FLAGS% --filter_pr_tests --base_branch origin/%KOKORO_GITHUB_PULL_R…
40 @rem 2. make fetching default GCE credential by oauth2client work
42 netsh interface ip add dnsservers "Local Area Connection 8" 8.8.8.8 index=2
46 @rem (on grpc-win2016 kokoro workers it can result in GOOGLE_PROTOBUF_MIN_PROTOC_VERSION violation)
47 choco uninstall protoc -y --limit-output
49 @rem Install nasm (required for boringssl assembly optimized build as boringssl no long supports ya…
51 mkdir C:\nasm
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc2 ; jsimdext.inc - common declarations
5 ; Copyright (C) 2010, 2016, 2018-2019, D. R. Commander.
9 ; Based on the x86 SIMD extension for IJG JPEG library - version 1.02
11 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
13 ; This software is provided 'as-is', without any express or implied
25 ; 2. Altered source versions must be plainly marked as such, and must not be
30 ; System-dependent configurations
32 %ifdef WIN32 ; ----(nasm -fwin32 -DWIN32 ...)--------
36 ; * LCC-Win32
38 ; -- segment definition --
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc2 ; jsimdext.inc - common declarations
5 ; Copyright (C) 2010, 2016, 2018-2019, D. R. Commander.
9 ; Based on the x86 SIMD extension for IJG JPEG library - version 1.02
11 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
13 ; This software is provided 'as-is', without any express or implied
25 ; 2. Altered source versions must be plainly marked as such, and must not be
30 ; System-dependent configurations
32 %ifdef WIN32 ; ----(nasm -fwin32 -DWIN32 ...)--------
36 ; * LCC-Win32
38 ; -- segment definition --
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/i386/
Djcgray-mmx.asm2 ; jcgray.asm - grayscale colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
29 ; --------------------------------------------------------------------------
37 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
38 PW_F0114_F0250 times 2 dw F_0_114, F_0_250
39 PD_ONEHALF times 2 dd (1 << (SCALEBITS - 1))
[all …]
Djccolor-mmx.asm2 ; jccolor.asm - colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
31 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
33 ; --------------------------------------------------------------------------
41 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
42 PW_F0114_F0250 times 2 dw F_0_114, F_0_250
43 PW_MF016_MF033 times 2 dw -F_0_168, -F_0_331
[all …]
Djdcolor-mmx.asm2 ; jdcolor.asm - colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 4 dw -F_0_228
[all …]
Djdmerge-mmx.asm2 ; jdmerge.asm - merged upsampling/color conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 4 dw -F_0_228
[all …]
Djdcolor-sse2.asm2 ; jdcolor.asm - colorspace conversion (SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 8 dw -F_0_228
[all …]
Djdcolor-avx2.asm2 ; jdcolor.asm - colorspace conversion (AVX2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
20 ; --------------------------------------------------------------------------
28 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
29 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
30 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
32 ; --------------------------------------------------------------------------
41 PW_MF0228 times 16 dw -F_0_228
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcgray-mmx.asm2 ; jcgray.asm - grayscale colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
29 ; --------------------------------------------------------------------------
37 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
38 PW_F0114_F0250 times 2 dw F_0_114, F_0_250
39 PD_ONEHALF times 2 dd (1 << (SCALEBITS - 1))
[all …]
Djccolor-mmx.asm2 ; jccolor.asm - colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
31 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
33 ; --------------------------------------------------------------------------
41 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
42 PW_F0114_F0250 times 2 dw F_0_114, F_0_250
43 PW_MF016_MF033 times 2 dw -F_0_168, -F_0_331
[all …]
Djdcolor-mmx.asm2 ; jdcolor.asm - colorspace conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 4 dw -F_0_228
[all …]
Djdmerge-mmx.asm2 ; jdmerge.asm - merged upsampling/color conversion (MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 4 dw -F_0_228
[all …]
Djdcolor-avx2.asm2 ; jdcolor.asm - colorspace conversion (AVX2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
20 ; --------------------------------------------------------------------------
28 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
29 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
30 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
32 ; --------------------------------------------------------------------------
41 PW_MF0228 times 16 dw -F_0_228
[all …]
Djdcolor-sse2.asm2 ; jdcolor.asm - colorspace conversion (SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 8 dw -F_0_228
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
15 * If using NASM, 2.13 or later is required.
17 * If building on macOS, NASM or YASM can be obtained from
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/x86_64/
Djquantf-sse2.asm2 ; jquantf.asm - sample data conversion and quantization (64-bit SSE & SSE2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
21 ; --------------------------------------------------------------------------
25 ; Load data into workspace, applying unsigned->signed conversion
53 mov rcx, DCTSIZE/2
64 punpcklbw xmm0, xmm0 ; xmm0=(*0*1*2*3*4*5*6*7)
67 punpcklwd xmm2, xmm0 ; xmm2=(***0***1***2***3)
72 psrad xmm2, (DWORD_BIT-BYTE_BIT) ; xmm2=(0123)
[all …]
Djdcolor-sse2.asm2 ; jdcolor.asm - colorspace conversion (64-bit SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 8 dw -F_0_228
[all …]
Djdcolor-avx2.asm2 ; jdcolor.asm - colorspace conversion (64-bit AVX2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
20 ; --------------------------------------------------------------------------
28 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
29 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
30 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
32 ; --------------------------------------------------------------------------
41 PW_MF0228 times 16 dw -F_0_228
[all …]
Djdmerge-sse2.asm2 ; jdmerge.asm - merged upsampling/color conversion (64-bit SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 8 dw -F_0_228
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djquantf-sse2.asm2 ; jquantf.asm - sample data conversion and quantization (64-bit SSE & SSE2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
21 ; --------------------------------------------------------------------------
25 ; Load data into workspace, applying unsigned->signed conversion
53 mov rcx, DCTSIZE/2
64 punpcklbw xmm0, xmm0 ; xmm0=(*0*1*2*3*4*5*6*7)
67 punpcklwd xmm2, xmm0 ; xmm2=(***0***1***2***3)
72 psrad xmm2, (DWORD_BIT-BYTE_BIT) ; xmm2=(0123)
[all …]
Djdcolor-sse2.asm2 ; jdcolor.asm - colorspace conversion (64-bit SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 8 dw -F_0_228
[all …]
Djdcolor-avx2.asm2 ; jdcolor.asm - colorspace conversion (64-bit AVX2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
20 ; --------------------------------------------------------------------------
28 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
29 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
30 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
32 ; --------------------------------------------------------------------------
41 PW_MF0228 times 16 dw -F_0_228
[all …]
Djdmerge-avx2.asm2 ; jdmerge.asm - merged upsampling/color conversion (64-bit AVX2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
20 ; --------------------------------------------------------------------------
28 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
29 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
30 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
32 ; --------------------------------------------------------------------------
41 PW_MF0228 times 16 dw -F_0_228
[all …]
Djdmerge-sse2.asm2 ; jdmerge.asm - merged upsampling/color conversion (64-bit SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
19 ; --------------------------------------------------------------------------
27 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1)
28 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414)
29 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
31 ; --------------------------------------------------------------------------
40 PW_MF0228 times 8 dw -F_0_228
[all …]

1234567891011