Home
last modified time | relevance | path

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

123456

/netbsd-src/external/lgpl3/gmp/dist/mpn/
H A Dm4-ccas50 ASM=
63 if test -n "$ASM"; then
69 ASM=$i
87 if test -z "$ASM"; then
100 echo "$M4 $DEFS $ASM >$TMP"
101 $M4 $DEFS $ASM >$TMP || exit
/netbsd-src/lib/librt/sys/
H A DMakefile.inc6 ASM= aio_cancel.S aio_error.S aio_fsync.S aio_read.S aio_return.S \
12 SRCS+= ${ASM}
13 CLEANFILES+= ${ASM}
23 ${ASM}: ${ASMDEPS}
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D30643.test8 ASM=${BUGID}.${LOGID}.s
17 cp ${BUGID}.s $ASM
19 grep -q abort $ASM
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D30643.test8 ASM=${BUGID}.${LOGID}.s
17 cp ${BUGID}.s $ASM
19 grep -q abort $ASM
/netbsd-src/lib/libarch/
H A DMakefile13 OBJS+= ${ASM}
14 POBJS+= ${ASM:.o=.po}
15 CLEANFILES+= ${ASM} ${POBJS}
/netbsd-src/sys/arch/x68k/stand/libiocs/
H A DMakefile13 ASM= b_keyinp.S b_keysns.S b_sftsns.S bitsns.S skeyset.S tvctrl.S \ macro
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}
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dcc.din42 filetype ASM-CPP is *.S
43 filetype ASM is *.s
49 make ASM from ASM-CPP with CPP
50 make ASM from PREPROCESSED-C with CCOM
51 make ASM from PREPROCESSED-C++ with CXXCOM
52 make ASM from FORTRAN with FCOM
53 make OBJ from ASM with ASSEMBLER
166 option -xassembler set filetype=ASM
167 option -xassembler-with-cpp set filetype=ASM-CPP
/netbsd-src/sys/arch/x68k/stand/libdos/
H A DMakefile17 ASM= exit.S getchar.S putchar.S cominp.S comout.S prnout.S inpout.S \ macro
47 SRCS+= ${ASM}
51 ${ASM}: ${.CURDIR}/dos.h ${MAKECALL}
58 CLEANFILES+=${ASM}
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A DBaremetalARM.cmake15 set(BUILTINS_armv7m-none-eabi_CMAKE_ASM_FLAGS "-mfpu=fp-armv8" CACHE STRING "armv7m-none-eabi ASM F…
22 set(BUILTINS_armv7em-none-eabi_CMAKE_ASM_FLAGS "-mfpu=fp-armv8" CACHE STRING "armv7em-none-eabi ASM
/netbsd-src/lib/libc/arch/m68k/
H A DMakefile.inc5 ASM+= _lwp_getprivate.S mremap.S
/netbsd-src/lib/libc/sys/
H A DMakefile.inc44 # Build the ASM glue file
61 # Build the ASM glue file
78 # Build the ASM glue file
95 ASM=\
174 ASM+= tmp_${f}
200 _GENFILES= ${ASM} ${WEAKASM} ${NOERR} ${PSEUDONOERR} \
209 _LINTASM= ${ASM:Nsa_*.S} ${WEAKASM:Nsa_*.S}
212 ${ASM}: ${ASMDEPS}
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
H A Dreadme.txt4 This directory contains ASM implementations of the functions
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/masmx86/
H A Dreadme.txt4 This directory contains ASM implementations of the functions
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/masmx86/
H A Dreadme.txt4 This directory contains ASM implementations of the functions
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
H A Dreadme.txt4 This directory contains ASM implementations of the functions
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
H A Dreadme.txt3 This directory contains ASM implementations of the functions
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
H A Dreadme.txt3 This directory contains ASM implementations of the functions
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
H A Dreadme.txt3 This directory contains ASM implementations of the functions
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
H A Dreadme.txt3 This directory contains ASM implementations of the functions
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/runtimes/
H A DCMakeLists.txt2 project(LLVM_RUNTIMES C CXX ASM)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2324 QualType Sema::BuildArrayType(QualType T, ArrayType::ArraySizeModifier ASM, in BuildArrayType() argument
2438 if (ASM == ArrayType::Star) { in BuildArrayType()
2443 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2445 T = Context.getIncompleteArrayType(T, ASM, Quals); in BuildArrayType()
2448 T = Context.getDependentSizedArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2459 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2468 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2505 T = Context.getConstantArrayType(T, ConstVal, ArraySize, ASM, Quals); in BuildArrayType()
2521 (ASM != ArrayType::Normal || Quals != 0)) { in BuildArrayType()
2524 << ASM; in BuildArrayType()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dt-libf7132 # Build the libf7 ASM objects and add them to libgcc.a.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dt-libf7132 # Build the libf7 ASM objects and add them to libgcc.a.
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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/) &&

123456