Home
last modified time | relevance | path

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

123

/openbsd-src/lib/libarch/
H A DMakefile.inc6 OBJS+= ${ASM}
7 POBJS+= ${ASM:.o=.po}
8 CLEANFILES+= ${ASM} ${POBJS}
/openbsd-src/lib/libc/sys/
H A DMakefile.inc44 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 DREADME1 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 DREADME71 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 DDETAILS58 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 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
/openbsd-src/gnu/llvm/lldb/tools/debugserver/
H A DCMakeLists.txt3 project(Debugserver LANGUAGES C CXX ASM-ATT)
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2436 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 DAsmWriterEmitter.cpp733 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 Dsha1-x86_64.pl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1422 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 Dllvm_target.mli169 (** Returns [true] if the target has an ASM backend (required for
/openbsd-src/lib/libcrypto/perlasm/
H A Dx86_64-xlate.pl89 { if ($ENV{ASM} =~ m/nasm/ && `nasm -v` =~ m/version ([0-9]+)\.([0-9]+)/i)
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVMExternalProjectUtils.cmake260 set(flag_types ASM C CXX MODULE_LINKER SHARED_LINKER EXE_LINKER)
/openbsd-src/gnu/llvm/llvm/utils/gn/build/toolchain/
H A DBUILD.gn62 description = "ASM {{output}}"
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3543 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 DBuildingADistribution.rst247 #. ``AllTargetsAsmParsers`` - All the included target ASM parsers libraries
H A DBitCodeFormat.rst652 ``[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 DBitcodeAnalyzer.cpp133 STRINGIFY_CODE(MODULE_CODE, ASM) in GetCodeName()
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A DCMakeLists.txt16 project(CompilerRTBuiltins C ASM)
/openbsd-src/gnu/llvm/llvm/cmake/
H A Dconfig-ix.cmake523 # We don't have an ASM parser for all architectures yet.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticGroups.td1247 // Inline ASM warnings.
1249 def ASM : DiagGroup<"asm", [
/openbsd-src/gnu/llvm/compiler-rt/
H A DCMakeLists.txt10 project(CompilerRT C CXX ASM)
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2435 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 DChangeLog739 - 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

123