Home
last modified time | relevance | path

Searched full:nasm (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/third_party/lame/vc_solution/
Dvs2019_nasm.targets7 Include="NASM">
12 TaskName="NASM"
21 Condition="'@(NASM)' != ''"
23 Outputs="@(NASM->Metadata('Outputs')->Distinct())"
24 Inputs="@(NASM);%(NASM.AdditionalDependencies);$(MSBuildProjectFile)">
27 <NASM
28 Remove="@(NASM)"
33 Include="%(NASM.Outputs)"
34 Condition="'%(NASM.Outputs)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'">
35 <Source>@(NASM, '|')</Source>
[all …]
Dvs2019_libmp3lame.vcxproj.filters154 <NASM Include="..\libmp3lame\i386\choose_table.nas">
156 </NASM>
157 <NASM Include="..\libmp3lame\i386\cpu_feat.nas">
159 </NASM>
160 <NASM Include="..\libmp3lame\i386\fft.nas">
162 </NASM>
163 <NASM Include="..\libmp3lame\i386\fft3dn.nas">
165 </NASM>
166 <NASM Include="..\libmp3lame\i386\fftfpu.nas">
168 </NASM>
[all …]
Dvs2019_nasm.xml4 Name="NASM"
6 DisplayName="NASM"
11 ItemType="NASM" />
36 ItemType="NASM"
140 Name="NASM"
141 DisplayName="NASM" />
144 ContentType="NASM" />
146 Name="NASM"
147 DisplayName="NASM"
148 ItemType="NASM" />
DREADME.vs2019.txt28 - Release: Optimization build, without SSE2 or NASM assembly
29 - ReleaseNASM: Uses NASM (see below) to compile some routines using NASM
46 ### NASM
49 .nas files. The most recent version of NASM can be downloaded here:
50 https://nasm.us/
57 Note that NASM is only used when selecting the "ReleaseNASM" configuration.
Dvs2019_nasm.props13 <NASM>
18 …<CommandLineTemplate>nasm [BinFormat] [IncludeDir] [Defines] -o [OutFile] %(FullPath)</CommandLine…
22 </NASM>
Dvs2019_libmp3lame.vcxproj320 <NASM Include="..\libmp3lame\i386\choose_table.nas">
327 </NASM>
328 <NASM Include="..\libmp3lame\i386\cpu_feat.nas">
335 </NASM>
336 <NASM Include="..\libmp3lame\i386\fft.nas">
345 </NASM>
346 <NASM Include="..\libmp3lame\i386\fft3dn.nas">
353 </NASM>
354 <NASM Include="..\libmp3lame\i386\fftfpu.nas">
363 </NASM>
[all …]
/third_party/lame/libmp3lame/i386/
DMakefile.am26 noinst_HEADERS = nasm.h
50 NASM = @NASM@ macro
53 .nas.o: $< nasm.h
54 $(NASM) $(NASMFLAGS) $< -o $@ -l $@.lst
56 .nas.lo: $< nasm.h
60 $(NASM) $(NASMFLAGS) $< -o $*.o -l $@.lst
/third_party/libjpeg-turbo/
Dappveyor.yml7 …nstallers\nasm-2.10.01-win32.zip curl -fSL -o c:\installers\nasm-2.10.01-win32.zip http://www.nasm
9 7z x c:\installers\nasm-2.10.01-win32.zip -oc:\ > c:\installers\nasm.install.log
27 …set PATH=c:\nasm-2.10.01;c:\Program Files (x86)\NSIS;c:\msys64\usr\bin;c:\Program Files (x86)\Micr…
38 - c:\installers\nasm-2.10.01-win32.zip -> appveyor.yml
/third_party/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat49 @rem Install nasm (required for boringssl assembly optimized build as boringssl no long supports ya…
51 mkdir C:\nasm
52 curl -sSL --fail -o C:\nasm\nasm.exe https://storage.googleapis.com/grpc-build-helper/nasm-2.15.05/
53 set PATH=C:\nasm;%PATH%
54 nasm
/third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc32 %ifdef WIN32 ; ----(nasm -fwin32 -DWIN32 ...)--------
48 %elifdef WIN64 ; ----(nasm -fwin64 -DWIN64 ...)--------
62 %elifdef OBJ32 ; ----(nasm -fobj -DOBJ32 ...)----------
70 %elifdef ELF ; ----(nasm -felf[64] -DELF ...)------------
93 %elifdef AOUT ; ----(nasm -faoutb/aout -DAOUT ...)----
94 ; * Older Linux using a.out format (nasm -f aout -DAOUT ...)
95 ; * *BSD family Unix using a.out format (nasm -f aoutb -DAOUT ...)
106 %elifdef MACHO ; ----(nasm -fmacho -DMACHO ...)--------
111 %define SEG_TEXT .text ;align=32 ; nasm doesn't accept align=32. why?
195 ; NASM is buggy and doesn't properly handle operand sizes for SSE
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djsimdext.inc32 %ifdef WIN32 ; ----(nasm -fwin32 -DWIN32 ...)--------
48 %elifdef WIN64 ; ----(nasm -fwin64 -DWIN64 ...)--------
62 %elifdef OBJ32 ; ----(nasm -fobj -DOBJ32 ...)----------
70 %elifdef ELF ; ----(nasm -felf[64] -DELF ...)------------
93 %elifdef AOUT ; ----(nasm -faoutb/aout -DAOUT ...)----
94 ; * Older Linux using a.out format (nasm -f aout -DAOUT ...)
95 ; * *BSD family Unix using a.out format (nasm -f aoutb -DAOUT ...)
106 %elifdef MACHO ; ----(nasm -fmacho -DMACHO ...)--------
111 %define SEG_TEXT .text ;align=32 ; nasm doesn't accept align=32. why?
195 ; NASM is buggy and doesn't properly handle operand sizes for SSE
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
15 * If using NASM, 2.13 or later is required.
17 * If building on macOS, NASM or YASM can be obtained from
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
23 * If building on Windows, **nasm.exe**/**yasm.exe** should be in your `PATH`.
24 * NASM and YASM are located in the CRB (Code Ready Builder) repository on
28 The binary RPMs released by the NASM project do not work on older Linux
30 build and install NASM from a source RPM by downloading one of the SRPMs from
32 <http://www.nasm.us/pub/nasm/releasebuilds>
37 rpmbuild --rebuild nasm-{version}.src.rpm
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/x86_64/
Djsimdcpu.asm12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-avx2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djsimdcpu.asm12 ; This file should be assembled with NASM (Netwide Assembler),
15 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-avx2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/ffmpeg/
D.travis.yml9 - nasm
24 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcgray-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-avx2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-mmx.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/i386/
Djcgray-mmx.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-avx2.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djcgray-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or

12345678910>>...13