| /openbsd-src/lib/libarch/ |
| H A D | Makefile.inc | 6 OBJS+= ${ASM} 7 POBJS+= ${ASM:.o=.po} 8 CLEANFILES+= ${ASM} ${POBJS}
|
| /openbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 44 ASM= __semctl.o __thrsigdivert.o \ 83 ASM:= ${ASM:N${i:R}.o} 86 PASM= ${ASM:.o=.po} 87 SASM= ${ASM:.o=.so} 88 DASM= ${ASM:.o=.do} 121 OBJS+= ${ASM} ${ASM_NOERR} ${PSEUDO} ${PSEUDO_NOERR} ${HIDDEN} 157 ${ASM}: ; @${GENERATE.rsyscall} | ${FINISH.o}
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/shaders/ |
| H A D | README | 1 ASM sources for auto generated shaders 8 They are generated from their respective platform ASM files present on 12 needs to be done on the on their respective ASM files and build instructions below
|
| /openbsd-src/lib/libc/include/ |
| H A D | README | 71 Generate the stub by adding it to the ASM variable in 78 Generate the stub by adding it to the HIDDEN (*not* ASM!) 102 and you should just have an ASM stub, like SYS___tfork --> 107 in libc/sys/Makefile.inc, so the ASM stub has a leading underbar.
|
| H A D | DETAILS | 58 For syscalls implemented in ASM, the aliases of the raw syscall stub 59 are provided by the ASM macros. Of the macros used by sys/Makefile.inc:
|
| /openbsd-src/gnu/llvm/clang/cmake/caches/ |
| H A D | BaremetalARM.cmake | 15 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…
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/ |
| H A D | CMakeLists.txt | 3 project(Debugserver LANGUAGES C CXX ASM-ATT)
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2436 QualType Sema::BuildArrayType(QualType T, ArrayType::ArraySizeModifier ASM, in BuildArrayType() argument 2556 if (ASM == ArrayType::Star) { in BuildArrayType() 2561 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType() 2563 T = Context.getIncompleteArrayType(T, ASM, Quals); in BuildArrayType() 2566 T = Context.getDependentSizedArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 2577 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 2586 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 2623 T = Context.getConstantArrayType(T, ConstVal, ArraySize, ASM, Quals); in BuildArrayType() 2637 (ASM != ArrayType::Normal || Quals != 0)) { in BuildArrayType() 2640 << ASM; in BuildArrayType() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | AsmWriterEmitter.cpp | 733 StringRef ASM(AsmString); in formatAliasString() local 736 for (StringRef::iterator I = ASM.begin(), E = ASM.end(); I != E;) { in formatAliasString()
|
| /openbsd-src/lib/libcrypto/sha/asm/ |
| H A D | sha1-x86_64.pl | |
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1422 ArrayType::ArraySizeModifier ASM, 1432 ArrayType::ArraySizeModifier ASM, 1439 ArrayType::ArraySizeModifier ASM, 1446 ArrayType::ArraySizeModifier ASM,
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/ |
| H A D | llvm_target.mli | 169 (** Returns [true] if the target has an ASM backend (required for
|
| /openbsd-src/lib/libcrypto/perlasm/ |
| H A D | x86_64-xlate.pl | 89 { if ($ENV{ASM} =~ m/nasm/ && `nasm -v` =~ m/version ([0-9]+)\.([0-9]+)/i)
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | LLVMExternalProjectUtils.cmake | 260 set(flag_types ASM C CXX MODULE_LINKER SHARED_LINKER EXE_LINKER)
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/build/toolchain/ |
| H A D | BUILD.gn | 62 description = "ASM {{output}}"
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3543 ArrayType::ArraySizeModifier ASM, in getConstantArrayType() argument 3559 ConstantArrayType::Profile(ID, *this, EltTy, ArySize, SizeExpr, ASM, in getConstantArrayType() 3575 ASM, IndexTypeQuals); in getConstantArrayType() 3588 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); in getConstantArrayType() 3739 ArrayType::ArraySizeModifier ASM, in getVariableArrayType() argument 3750 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType() 3756 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType() 3768 ArrayType::ArraySizeModifier ASM, in getDependentSizedArrayType() argument 3783 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType() 3798 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BuildingADistribution.rst | 247 #. ``AllTargetsAsmParsers`` - All the included target ASM parsers libraries
|
| H A D | BitCodeFormat.rst | 652 ``[ASM, ...string...]`` 654 The ``ASM`` record (code 4) contains a variable number of values representing
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 133 STRINGIFY_CODE(MODULE_CODE, ASM) in GetCodeName()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | CMakeLists.txt | 16 project(CompilerRTBuiltins C ASM)
|
| /openbsd-src/gnu/llvm/llvm/cmake/ |
| H A D | config-ix.cmake | 523 # We don't have an ASM parser for all architectures yet.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 1247 // Inline ASM warnings. 1249 def ASM : DiagGroup<"asm", [
|
| /openbsd-src/gnu/llvm/compiler-rt/ |
| H A D | CMakeLists.txt | 10 project(CompilerRT C CXX ASM)
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 2435 The inline ASM colon style to use. 2440 No break before inline ASM colon. 2447 Break before inline ASM colon if the line length is longer than column 2458 Always break before inline ASM colon.
|
| /openbsd-src/lib/libz/ |
| H A D | ChangeLog | 739 - Enable browse info in the "Debug" and "ASM Debug" configurations in 740 the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta] 995 - Introduce ASMINF macro to be enabled when using an ASM implementation
|