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

  /external/boringssl/src/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));
385 ($nasm ? ":" : "\tPROC $current_function->{scope}") .
404 ($nasm ? ":" : "\tPROC $current_function->{scope}")
    [all...]
x86asm.pl 260 elsif (($type eq "nw-nasm"))
276 win32n - Windows 95/Windows NT NASM format
277 nw-nasm - NetWare NASM format
  /external/libvpx/libvpx/build/make/
configure.sh 378 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
552 [ "${optval}" = yasm ] || [ "${optval}" = nasm ] \
554 || die "Must be yasm, nasm or auto: ${optval}"
1075 AS=${AS:-nasm}
1154 which nasm >/dev/null 2>&1 && AS=nasm
1157 && die "Neither yasm nor nasm have been found"
1161 [ "${AS##*/}" = nasm ] && add_asflags -Ox
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 378 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
549 [ "${optval}" = yasm -o "${optval}" = nasm -o "${optval}" = auto ] \
550 || die "Must be yasm, nasm or auto: ${optval}"
1052 AS=${AS:-nasm}
1119 which nasm >/dev/null 2>&1 && AS=nasm
1122 && die "Neither yasm nor nasm have been found"
1126 [ "${AS##*/}" = nasm ] && add_asflags -Ox
1142 enabled debug && [ "${AS}" = nasm ] && add_asflags -g
1143 [ "${AS##*/}" = nasm ] && check_asm_alig
    [all...]
  /external/google-tv-pairing-protocol/cpp/
main.scons 193 # We need perl and nasm to be in the path.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 29 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont.pl 61 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
62 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
rsaz-avx2.pl 88 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
89 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    [all...]
rsaz-x86_64.pl 106 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
107 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    [all...]
x86_64-mont5.pl 46 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
47 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    [all...]
  /external/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 49 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
50 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
ghash-x86_64.pl 98 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
99 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    [all...]
  /external/libvpx/libvpx/
configure 31 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/boringssl/src/crypto/sha/asm/
sha1-x86_64.pl 100 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
101 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    [all...]
sha512-x86_64.pl 117 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
118 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    [all...]
sha1-586.pl 127 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
    [all...]
sha256-586.pl 77 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/) {
    [all...]

Completed in 317 milliseconds