Home
last modified time | relevance | path

Searched refs:ASM (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-13.1/secure/lib/libcrypto/
H A DMakefile.asm48 all: ${ASM}
129 all: ${ASM}
188 all: ${ASM}
281 ASM= ${SRCS:R:S/$/.S/}
283 all: ${ASM}
334 all: ${ASM}
336 CLEANFILES= ${ASM}
399 all: ${ASM}
401 CLEANFILES= ${ASM}
464 all: ${ASM}
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,q6asm.txt17 = ASM DAIs (Digial Audio Interface)
18 "dais" subnode of the ASM node represents dai specific configuration
30 == ASM DAI is subnode of "dais" and represent a dai, it includes board specific
/freebsd-13.1/contrib/libpcap/msdos/
H A Dmakefile22 ASM = tasm.exe -t -l -mx -m2 -DDEBUG macro
57 $(ASM) $*.asm, $*.obj
60 $(ASM) -DDOSX=1 $*.asm, $*.o32
H A Dmakefile.dj79 $(ASM) -o $(TEMPBIN) -lmsdos/pkt_rx1.lst msdos/pkt_rx1.S
H A Dmakefile.wc25 ASM = wasm.exe -$(MODEL) $(DEFS) -dDOSX -dDOS4GW -zq -bt=dos -fr=nul -d3 -s
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dplatform.h.in285 * Define if gcc ASM extension is available
290 * Define if Tru64 style ASM syntax must be used.
/freebsd-13.1/lib/libc/sys/
H A DMakefile.inc114 ASM+=$(_asm)
119 SASM= ${ASM:S/.o/.S/}
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2462 if (ASM == ArrayType::Star) { in BuildArrayType()
2548 << ASM; in BuildArrayType()
4903 ArrayType::ArraySizeModifier ASM; in GetFullTypeForDeclarator() local
4905 ASM = ArrayType::Star; in GetFullTypeForDeclarator()
4907 ASM = ArrayType::Static; in GetFullTypeForDeclarator()
4909 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
4915 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
4928 if (ASM == ArrayType::Static) in GetFullTypeForDeclarator()
4929 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
4940 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp728 StringRef ASM(AsmString); in formatAliasString() local
731 for (StringRef::iterator I = ASM.begin(), E = ASM.end(); I != E;) { in formatAliasString()
/freebsd-13.1/crypto/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl83 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
88 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1379 ArrayType::ArraySizeModifier ASM,
1389 ArrayType::ArraySizeModifier ASM,
1396 ArrayType::ArraySizeModifier ASM,
1403 ArrayType::ArraySizeModifier ASM,
/freebsd-13.1/crypto/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl59 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
64 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
H A Dghash-x86_64.pl109 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
114 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/freebsd-13.1/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl68 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
73 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
H A Drsaz-x86_64.pl74 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
79 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl63 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
68 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
H A Daesni-sha256-x86_64.pl63 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
68 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
H A Daesni-sha1-x86_64.pl105 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
108 $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3430 ArrayType::ArraySizeModifier ASM, in getConstantArrayType() argument
3446 ConstantArrayType::Profile(ID, *this, EltTy, ArySize, SizeExpr, ASM, in getConstantArrayType()
3461 ASM, IndexTypeQuals); in getConstantArrayType()
3625 ArrayType::ArraySizeModifier ASM, in getVariableArrayType() argument
3635 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
3668 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3683 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3714 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3723 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3738 ASM, elementTypeQuals); in getIncompleteArrayType()
[all …]
/freebsd-13.1/crypto/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl60 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
65 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
H A Dsha1-mb-x86_64.pl59 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
64 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
H A Dsha1-x86_64.pl112 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
117 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
H A Dsha512-x86_64.pl128 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
133 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
/freebsd-13.1/contrib/byacc/test/
H A Dgrammar.y1024 #define ASM 6 macro
/freebsd-13.1/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl94 { if ($ENV{ASM} =~ m/nasm/ && `nasm -v` =~ m/version ([0-9]+)\.([0-9]+)/i)

12