HomeSort by relevance Sort by last modified time
    Searched refs:NASM (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/syslinux/dosutil/
Makefile 15 NASM = nasm
36 $(NASM) $(NASMOPT) -f bin -o $@ -l $*.lst $<
44 $(NASM) $(NASMOPT) -f bin -o $@ -l $*.lst $<
  /external/ltp/tools/pounder21/build_scripts/
lame 30 # If we can't find nasm...
31 NASM=`which nasm`
32 if [ -z "$NASM" ]; then
34 NASM_PKG=nasm-0.98.38
44 get_from_sourceforge nasm $NASM_TAR
58 export PATH=`/bin/ls -d $POUNDER_OPTDIR/nasm*/`:$PATH
84 ./configure --enable-nasm
  /external/syslinux/com32/gfxboot/
Makefile 28 $(NASM) -f bin -O99 -o $*.tmp -l $*.lst $<
36 $(NASM) -f bin -O99 -o $*.tmp -l $*.lst $<
  /external/syslinux/memdisk/
Makefile 20 NASM = nasm
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/simd/
jccolor-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jccolor-sse2-64.asm 10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
jccolor-sse2.asm 10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
jcgray-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jcgray-sse2-64.asm 10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
jcgray-sse2.asm 10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
jdcolor-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jdcolor-sse2-64.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jdcolor-sse2.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jdmerge-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jdmerge-sse2-64.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jdmerge-sse2.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
jfdctfst-mmx.asm 10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
36 ; NASM cannot do compile-time arithmetic on floating-point constants.
jfdctfst-sse2-64.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
14 ; NASM is available from http://nasm.sourceforge.net/ or
37 ; NASM cannot do compile-time arithmetic on floating-point constants.
jfdctfst-sse2.asm 10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
36 ; NASM cannot do compile-time arithmetic on floating-point constants.
jidctfst-mmx.asm 10 ; This file should be assembled with NASM (Netwide Assembler),
13 ; NASM is available from http://nasm.sourceforge.net/ or
42 ; NASM cannot do compile-time arithmetic on floating-point constants.
  /external/syslinux/diag/geodsp/
Makefile 46 $(NASM) $(NASMOPT) -o $@ -l $(@:.bin=.lst) $<
  /external/syslinux/mk/
syslinux.mk 40 NASM = nasm
  /external/syslinux/dos/
Makefile 75 $(NASM) $(NASMOPT) -f bin -o $@ -MP -MD .$@.d -l $*.lst $<
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 279 elsif (($type eq "nw-nasm"))
295 win32n - Windows 95/Windows NT NASM format
296 nw-nasm - NetWare NASM format
  /external/libpcap/msdos/
pkt_rx1.s 2 ; This file requires NASM 0.97+ to assemble

Completed in 301 milliseconds

1 2 3