HomeSort by relevance Sort by last modified time
    Searched refs:nasm (Results 1 - 8 of 8) sorted by null

  /external/dropbear/libtommath/etc/
makefile 19 nasm -f coff timer.asm
24 nasm -f gnuwin32 timer.asm
29 nasm -f elf -DUSE_ELF timer.asm
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 3 # Ascetic x86_64 AT&T to MASM/NASM assembler translator by <appro>.
80 my $nasm=0;
88 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
90 { if ($ENV{ASM} =~ m/nasm/ && `nasm -v` =~ m/version ([0-9]+)\.([0-9]+)/i)
91 { $nasm = $1 + $2*0.01; $PTR=""; }
94 die "no assembler found on %PATH" if (!($nasm || $masm));
374 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
393 ($nasm ? ":" : "\tPROC $current_function->{scope}")
    [all...]
x86asm.pl 230 elsif (($type eq "nw-nasm"))
246 win32n - Windows 95/Windows NT NASM format
247 nw-nasm - NetWare NASM format
  /external/libvpx/build/make/
configure.sh 338 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
464 [ "${optval}" = yasm -o "${optval}" = nasm -o "${optval}" = auto ] \
465 || die "Must be yasm, nasm or auto: ${optval}"
893 which nasm >/dev/null 2>&1 && AS=nasm
896 && die "Neither yasm nor nasm have been found"
900 [ "${AS##*/}" = nasm ] && add_asflags -Ox
910 enabled debug && [ "${AS}" = nasm ] && add_asflags -g
911 [ "${AS##*/}" = nasm ] && check_asm_align
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 65 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
66 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 78 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
79 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
sha1-586.pl 116 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
    [all...]
  /external/libvpx/
configure 26 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]

Completed in 150 milliseconds