HomeSort by relevance Sort by last modified time
    Searched refs:nasm (Results 1 - 5 of 5) 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>.
84 my $nasm=0;
92 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
94 { if ($ENV{ASM} =~ m/nasm/ && `nasm -v` =~ m/version ([0-9]+)\.([0-9]+)/i)
95 { $nasm = $1 + $2*0.01; $PTR=""; }
98 die "no assembler found on %PATH" if (!($nasm || $masm));
370 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
389 ($nasm ? ":" : "\tPROC $current_function->{scope}")
    [all...]
x86asm.pl 179 elsif (($type eq "nw-nasm"))
193 win32n - Windows 95/Windows NT NASM format
194 nw-nasm - NetWare NASM format
  /external/libvpx/build/make/
configure.sh 337 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
460 [ "${optval}" = yasm -o "${optval}" = nasm -o "${optval}" = auto ] \
461 || die "Must be yasm, nasm or auto: ${optval}"
871 which nasm >/dev/null 2>&1 && AS=nasm
874 && die "Neither yasm nor nasm have been found"
878 [ "${AS##*/}" = nasm ] && add_asflags -Ox
888 enabled debug && [ "${AS}" = nasm ] && add_asflags -g
889 [ "${AS##*/}" = nasm ] && check_asm_align
  /external/libvpx/
configure 26 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]

Completed in 2373 milliseconds