Home
last modified time | relevance | path

Searched refs:NASM (Results 1 – 25 of 91) sorted by relevance

1234

/external/syslinux/memdisk/
DMakefile20 NASM = nasm macro
72 ( $(NASM) -M -DDEPEND $(NFLAGS) $(NINCLUDE) -o $@ $< ; echo '' ) > .$@.d ; true
73 $(NASM) -f elf $(NASMOPT) $(NFLAGS) $(NINCLUDE) -o $@ -l $*.lst $<
77 ( $(NASM) -M -DDEPEND $(NFLAGS) $(NINCLUDE) -o $@ $< ; echo '' ) > .$@.d ; true
78 $(NASM) -f bin $(NASMOPT) $(NFLAGS) $(NINCLUDE) -o $@ -l $*.lst $<
/external/libjpeg-turbo/
Dacinclude.m43 # Check that NASM exists and determine flags
6 AC_ARG_VAR(NASM, [NASM command (used to build the x86/x86-64 SIMD code)])
7 if test "x$NASM" = "x"; then
8 AC_CHECK_PROGS(NASM, [nasm nasmw yasm])
9 test -z "$NASM" && AC_MSG_ERROR([no nasm (Netwide Assembler) found])
108 AC_MSG_CHECKING([whether the assembler ($NASM $NAFLAGS) works])
117 try_nasm='$NASM $NAFLAGS -o conftest.o conftest.asm'
/external/syslinux/dosutil/
DMakefile15 NASM = nasm macro
36 $(NASM) $(NASMOPT) -f bin -o $@ -l $*.lst $<
44 $(NASM) $(NASMOPT) -f bin -o $@ -l $*.lst $<
/external/libjpeg-turbo/simd/
DCMakeLists.txt1 if(NOT DEFINED NASM)
2 set(NASM nasm CACHE FILEPATH "Path to NASM/YASM executable") variable
75 COMMAND ${NASM} ${NAFLAGS} ${SIMD_SRC} -o${SIMD_OBJ})
Djidctint-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctflt-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctflt-3dn.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctflt-sse.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctint-mmx.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctflt-3dn.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctint-mmx.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctint-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctflt-sse.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctred-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctfst-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctflt-sse2-64.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctred-mmx.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctflt-sse-64.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctint-sse2-64.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctint-sse2-64.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctfst-mmx.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctfst-sse2-64.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctfst-sse2.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djfdctfst-mmx.asm10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
Djidctred-sse2-64.asm11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or

1234