| /src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
| 30643.test | 8 ASM=${BUGID}.${LOGID}.s 17 cp ${BUGID}.s $ASM 19 grep -q abort $ASM
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
| 30643.test | 8 ASM=${BUGID}.${LOGID}.s 17 cp ${BUGID}.s $ASM 19 grep -q abort $ASM
|
| /src/external/lgpl3/gmp/dist/mpn/ |
| m4-ccas | 3 # A helper script for Makeasm.am .asm.lo rule. 34 # Usage: m4-ccas --m4=M4 CC ... file.asm ... 36 # Process file.asm with the given M4 plus any -D arguments, then 40 # on whitespace. When CC is invoked file.asm is replaced with a 43 # To allow parallel builds, the temp file name is based on the .asm 50 ASM= 62 *.asm) 63 if test -n "$ASM"; then 64 echo "Only one .asm file permitted" 67 BASENAME=`echo "$i" | sed -e 's/\.asm$//' -e 's/^.*[\\/:]//' [all...] |
| /src/lib/libarch/ |
| Makefile | 13 OBJS+= ${ASM} 14 POBJS+= ${ASM:.o=.po} 15 CLEANFILES+= ${ASM} ${POBJS}
|
| /src/sys/arch/x68k/stand/libiocs/ |
| Makefile | 13 ASM= b_keyinp.S b_keysns.S b_sftsns.S bitsns.S skeyset.S tvctrl.S \ 46 ASM+= s_reset.S s_select.S s_cmdout.S s_datain.S s_dataout.S s_stsin.S \ 52 SRCS+= ${ASM} 56 ${ASM}: ${.CURDIR}/iocs.h ${MAKECALL} 62 CLEANFILES+= ${ASM}
|
| /src/sys/arch/x68k/stand/libdos/ |
| Makefile | 17 ASM= exit.S getchar.S putchar.S cominp.S comout.S prnout.S inpout.S \ 47 SRCS+= ${ASM} 51 ${ASM}: ${.CURDIR}/dos.h ${MAKECALL} 58 CLEANFILES+=${ASM}
|
| /src/external/bsd/libpcap/dist/msdos/ |
| makefile | 22 ASM = tasm.exe -t -l -mx -m2 -DDEBUG 56 .asm.obj: 57 $(ASM) $*.asm, $*.obj 59 .asm.o32: 60 $(ASM) -DDOSX=1 $*.asm, $*.o32 105 pkt_rx0.obj: msdos\pkt_rx0.asm 143 pkt_rx0.o32: msdos\pkt_rx0.asm
|
| makefile.dj | 79 $(ASM) -o $(TEMPBIN) -lmsdos/pkt_rx1.lst msdos/pkt_rx1.S
|
| makefile.wc | 25 ASM = wasm.exe -$(MODEL) $(DEFS) -dDOSX -dDOS4GW -zq -bt=dos -fr=nul -d3 -s
|
| /src/external/mit/xorg/lib/ |
| libmesa.mk | 317 # ASM C driver sources 328 # ASM assembler driver sources 574 .include "../asm.mk"
|
| libmesa.old.mk | 292 # ASM C driver sources 303 # ASM assembler driver sources 543 .include "../asm.mk"
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaType.cpp | 2313 /// \param ASM C99 array size modifier (e.g., '*', 'static'). 2324 QualType Sema::BuildArrayType(QualType T, ArrayType::ArraySizeModifier ASM, 2438 if (ASM == ArrayType::Star) { 2443 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); 2445 T = Context.getIncompleteArrayType(T, ASM, Quals); 2448 T = Context.getDependentSizedArrayType(T, ArraySize, ASM, Quals, Brackets); 2459 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); 2468 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); 2505 T = Context.getConstantArrayType(T, ConstVal, ArraySize, ASM, Quals); 2521 (ASM != ArrayType::Normal || Quals != 0)) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| AsmWriterEmitter.cpp | 53 #define DEBUG_TYPE "asm-writer-emitter" 275 /// UnescapeAliasString - Supports literal braces in InstAlias asm string which 537 // Find the opcode # of inline asm. 728 StringRef ASM(AsmString); 731 for (StringRef::iterator I = ASM.begin(), E = ASM.end(); I != E;) {
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| windows-makefile.tmpl | 94 join(" ", map { (my $x = $_) =~ s|\.[sS]$|.asm|; $x } 504 (my $target = $args{src}) =~ s/\.[sS]$/.asm/; 512 if ($target !~ /\.asm$/) { 549 set ASM=\$(AS) 558 set ASM=\$(AS) 571 my @srcs = map { (my $x = $_) =~ s/\.s$/.asm/; $x 594 if ($srcs[0] =~ /\.asm$/) { 602 \$(CC) /EP /D__ASSEMBLER__ $cflags $srcs > \$@.asm && \$(AS) $asflags \$(ASOUTFLAG)\$\@ \$@.asm
|
| /src/lib/libc/sys/ |
| Makefile.inc | 44 # Build the ASM glue file 52 # and an asm entry for __<syscall> 61 # Build the ASM glue file 69 # and an asm entry for __<syscall> 78 # Build the ASM glue file 86 # and an asm entry for __<syscall> 95 ASM=\ 174 ASM+= tmp_${f} 200 _GENFILES= ${ASM} ${WEAKASM} ${NOERR} ${PSEUDONOERR} \ 209 _LINTASM= ${ASM:Nsa_*.S} ${WEAKASM:Nsa_*.S [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/ |
| llvm_target.mli | 169 (** Returns [true] if the target has an ASM backend (required for
|
| /src/external/bsd/zstd/dist/lib/ |
| libzstd.mk | 161 # Unconditionally add the ASM files they are disabled by
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTContext.h | 1334 ArrayType::ArraySizeModifier ASM, 1344 ArrayType::ArraySizeModifier ASM, 1351 ArrayType::ArraySizeModifier ASM, 1358 ArrayType::ArraySizeModifier ASM,
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTContext.cpp | 3415 ArrayType::ArraySizeModifier ASM, 3431 ConstantArrayType::Profile(ID, *this, EltTy, ArySize, SizeExpr, ASM, 3446 ASM, IndexTypeQuals); 3459 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); 3610 ArrayType::ArraySizeModifier ASM, 3620 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, 3626 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); 3638 ArrayType::ArraySizeModifier ASM, 3653 numElements, ASM, elementTypeQuals, 3668 ASM, elementTypeQuals, numElements) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/ |
| x25519-x86_64.pl | 69 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 85 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 90 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/ |
| x25519-x86_64.pl | 69 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 85 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 90 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/ |
| x25519-x86_64.pl | 68 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 83 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 88 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
|
| /src/external/bsd/byacc/dist/test/ |
| grammar.y | 61 /* asm */ 63 /* ( "string literal" ) following asm keyword */ 1026 #define ASM 6
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| select.d | 100 + GNU ASM Implementation
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/ |
| x86_64-mont.pl | 54 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 70 if (!$addx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 75 if (!$addx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
|