Searched full:nasm (Results 1 – 25 of 263) sorted by relevance
1234567891011
| /third_party/lame/vc_solution/ |
| D | vs2019_nasm.targets | 7 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 …]
|
| D | vs2019_libmp3lame.vcxproj.filters | 154 <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 …]
|
| D | vs2019_nasm.xml | 4 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" />
|
| D | README.vs2019.txt | 28 - 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.
|
| D | vs2019_libmp3lame.vcxproj | 320 <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 …]
|
| D | vs2019_nasm.props | 13 <NASM> 18 …<CommandLineTemplate>nasm [BinFormat] [IncludeDir] [Defines] -o [OutFile] %(FullPath)</CommandLine… 22 </NASM>
|
| /third_party/node/tools/msvs/ |
| D | find_nasm.cmd | 3 ECHO Looking for NASM 5 FOR /F "delims=" %%a IN ('where nasm 2^> NUL') DO ( 9 IF EXIST "%ProgramFiles%\NASM\nasm.exe" ( 10 SET "Path=%Path%;%ProgramFiles%\NASM" 14 IF EXIST "%ProgramFiles(x86)%\NASM\nasm.exe" ( 15 SET "Path=%Path%;%ProgramFiles(x86)%\NASM" 19 if EXIST "%LOCALAPPDATA%\bin\NASM\nasm.exe" ( 20 SET "Path=%Path%;%LOCALAPPDATA%\bin\NASM"
|
| /third_party/lame/libmp3lame/i386/ |
| D | Makefile.am | 26 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/ |
| D | appveyor.yml | 7 …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/skia/third_party/externals/libjpeg-turbo/simd/nasm/ |
| D | jsimdext.inc | 32 %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/node/doc/contributing/maintaining/ |
| D | maintaining-openssl.md | 33 * `nasm` (<https://www.nasm.us/>) Version 2.11 or higher is needed. 49 % nasm -v 50 NASM version 2.11.08 107 # #ifdef to %ifdef to make it compatible to nasm on 32-bit Windows.
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 13 - [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/third_party/externals/libjpeg-turbo/simd/x86_64/ |
| D | jsimdcpu.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 15 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jcgray-avx2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jcgray-sse2.asm | 10 ; This file should be assembled with NASM (Netwide Assembler), 13 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jdcolor-sse2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jccolor-sse2.asm | 10 ; This file should be assembled with NASM (Netwide Assembler), 13 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jdcolor-avx2.asm | 12 ; This file should be assembled with NASM (Netwide Assembler), 15 ; NASM is available from http://nasm.sourceforge.net/ or
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
| D | jcgray-avx2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jcgray-mmx.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jcgray-sse2.asm | 10 ; This file should be assembled with NASM (Netwide Assembler), 13 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jsimdcpu.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jccolor-sse2.asm | 10 ; This file should be assembled with NASM (Netwide Assembler), 13 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jdcolor-mmx.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
| D | jdcolor-sse2.asm | 11 ; This file should be assembled with NASM (Netwide Assembler), 14 ; NASM is available from http://nasm.sourceforge.net/ or
|
1234567891011