Home
last modified time | relevance | path

Searched refs:assembly (Results 1 – 25 of 34) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DAssemblyInfo.cs9 [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 Dtimepng.c369 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 DREADME.6862 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 Dconfigure.in105 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 DChangeLog53 * Add support for VC++ compiler/MASM assembly with active USE_MMX
A DREADME116 The compiler flag -DUSE_MMX toggles the conditional compile of MMX assembly.
/AliOS-Things-master/components/SDL2/build-scripts/
A Demscripten-buildbot.sh58 emconfigure ../configure --host=wasm-unknown-emscripten --disable-assembly --disable-threads --disa…
/AliOS-Things-master/components/SDL2/docs/
A DREADME-emscripten.md8 …$ emconfigure ../configure --host=asmjs-unknown-emscripten --disable-assembly --disable-threads --…
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_stretch.c64 #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 Dreadme.txt8 assembly optimized version from Jean-loup Gailly original longest_match function
A Dgvmat64.asm10 ; 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 DCMakeLists.txt8 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 Dmatch686.asm4 ; 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 Dreadme.txt20 - Compile assembly code (with Visual Studio Command Prompt) by running:
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DNEWS134 * NEON assembly additions:
172 * various NEON assembly additions
A DREADME288 -noasm ................. disable all assembly optimizations
370 -noasm ....... disable all assembly optimizations
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_x86_cpuid.m412 # compatible syntax for inline assembly instructions, run a small program
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/
A DREADME.contrib17 See http://www.muppetlabs.com/~breadbox/software/assembly.html
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt278 # 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 DChangeLog1745 * 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 DMakefile995 $(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 DSDL_config.h.in414 /* Enable assembly routines */
A DSDL_config.h.cmake428 /* Enable assembly routines */
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md84 writing some assembly code for the exception handling and garbage collection.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dfilelist.txt127 jmemdosa.asm 80x86 assembly code support for jmemdos.c; used only in

Completed in 26 milliseconds

12