/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | AssemblyInfo.cs | 9 [assembly: AssemblyTitle("DotZLib")] 11 [assembly: AssemblyConfiguration("")] 12 [assembly: AssemblyCompany("Henrik Ravn")] 13 [assembly: AssemblyProduct("")] 14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")] 15 [assembly: AssemblyTrademark("")] 16 [assembly: AssemblyCulture("")] 29 [assembly: AssemblyVersion("1.0.*")] 56 [assembly: AssemblyDelaySign(false)] 57 [assembly: AssemblyKeyFile("")] [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | timepng.c | 369 const char *assembly = NULL; in main() local 375 assembly = argv[2]; in main() 376 fp = fopen(assembly, "wb"); in main() 379 perror(assembly); in main() 381 assembly); in main() 573 if (assembly != NULL) in main() 577 perror(assembly); in main() 578 fprintf(stderr, "%s: close failed\n", assembly); in main() 583 printf("%s %d\n", assembly, nfiles); in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/ |
A D | README.686 | 2 Pentium-Pro-optimized assembly code in the deflation algorithm. The 28 http://www.muppetlabs.com/~breadbox/software/assembly.html 39 I've been ignoring these assembly routines for years, believing that
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | configure.in | 105 dnl Check for NASM (for x86 assembly blit routines) 106 AC_ARG_ENABLE(mmx,[ --enable-mmx use mmx assembly on x86 [default=yes], disable this on…
|
A D | ChangeLog | 53 * Add support for VC++ compiler/MASM assembly with active USE_MMX
|
A D | README | 116 The compiler flag -DUSE_MMX toggles the conditional compile of MMX assembly.
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | emscripten-buildbot.sh | 58 emconfigure ../configure --host=wasm-unknown-emscripten --disable-assembly --disable-threads --disa…
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-emscripten.md | 8 …$ emconfigure ../configure --host=asmjs-unknown-emscripten --disable-assembly --disable-threads --…
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_stretch.c | 64 #error Need assembly opcodes for this architecture 320 #error Need inline assembly for this compiler in SDL_SoftStretch()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | readme.txt | 8 assembly optimized version from Jean-loup Gailly original longest_match function
|
A D | gvmat64.asm | 10 ; File written by Gilles Vollant, by converting to assembly the longest_match 13 ; and by taking inspiration on asm686 with masm, optimised assembly code
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | CMakeLists.txt | 8 option(ASM686 "Enable building i686 assembly implementation") 9 option(AMD64 "Enable building amd64 assembly implementation")
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | match686.asm | 4 ; for MASM. This is as assembly version of longest_match 20 ; for using an assembly version of longest_match, you need define ASMV in project
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/ |
A D | readme.txt | 20 - Compile assembly code (with Visual Studio Command Prompt) by running:
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 134 * NEON assembly additions: 172 * various NEON assembly additions
|
A D | README | 288 -noasm ................. disable all assembly optimizations 370 -noasm ....... disable all assembly optimizations
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | ax_gcc_x86_cpuid.m4 | 12 # compatible syntax for inline assembly instructions, run a small program
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ |
A D | README.contrib | 17 See http://www.muppetlabs.com/~breadbox/software/assembly.html
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 278 # Emscripten/Javascript does not have assembly support, a dynamic library 323 set_option(ASSEMBLY "Enable assembly routines" ${OPT_DEF_ASM}) 325 set_option(MMX "Use MMX assembly routines" ${OPT_DEF_ASM}) 326 set_option(3DNOW "Use 3Dnow! MMX assembly routines" ${OPT_DEF_ASM}) 327 set_option(SSE "Use SSE assembly routines" ${OPT_DEF_ASM}) 328 set_option(SSE2 "Use SSE2 assembly routines" ${OPT_DEF_SSEMATH}) 329 set_option(SSE3 "Use SSE3 assembly routines" ${OPT_DEF_SSEMATH}) 330 set_option(ALTIVEC "Use Altivec assembly routines" ${OPT_DEF_ASM}) 331 set_option(ARMSIMD "use SIMD assembly blitters on ARM" OFF) 332 set_option(ARMNEON "use NEON assembly blitters on ARM" OFF)
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1745 * Fix assembly selection for MIPS64 (thanks to James Cowgill). 2244 * Fix assembly selection for MIPS64 (thanks to James Cowgill). 2425 * Fix for MPI assembly for ARM 2528 * Added Thumb assembly optimizations 2570 * Fixed MPI assembly for SPARC64 platform 2621 * Fixed MPI assembly for SPARC64 platform 3041 * Added an option to enable/disable the BN assembly code 3057 * Fixed assembly PPC compilation errors on Mac OS X, thanks to 3105 * Added multiply assembly code for the TriCore and modified 3107 * Added multiply assembly code for 64-bit PowerPCs, [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | Makefile | 995 $(call echo-help, lst - Build the mixed source/assembly file of the final image) 1003 $(call echo-help, dir/file.lst - Build specified mixed source/assembly target only)
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_config.h.in | 414 /* Enable assembly routines */
|
A D | SDL_config.h.cmake | 428 /* Enable assembly routines */
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 84 writing some assembly code for the exception handling and garbage collection.
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | filelist.txt | 127 jmemdosa.asm 80x86 assembly code support for jmemdos.c; used only in
|