Home
last modified time | relevance | path

Searched refs:ST (Results 1 – 25 of 675) sorted by path

12345678910>>...27

/freebsd/contrib/bmake/
H A Dbmake.cat11593 the search path. If the source is the special ..DDOOTTLLAASSTT target,
1662 ..SSTTAALLEE This target gets run when a dependency file contains stale
1756 HHIISSTTOORRYY
/freebsd/contrib/file/magic/Magdir/
H A Darchive1365 >7 byte 7 \b, os: Atari ST
2159 # command like `deark -l -m msa -d2 PDATS578.msa` as " Atari ST floppy disk image"
H A Daudio652 # Atari ST audio files by Dirk Jagdmann <doj@cubic.org>
656 12 string SNDH SNDH Atari ST music
658 >14 search/40 NDH SNDH Atari ST music
659 >14 search/40 TITL SNDH Atari ST music
660 0 string SC68\ Music-file\ /\ (c)\ (BeN)jami sc68 Atari ST music
H A Ddatabase429 … Studio (Deep_Strike.aas dragon's_lair_ii.aas), some Atari DEGAS Elite bitmap (ELEPHANT.PC3 ST.PC2)
433 # Atari DEGAS bitmap ST.PC2 with 0370 as second terminating character
496 #>512 ubelong x \b, 1ST item %#8.8x
H A Dfilesystems163 >0 ubyte 0xe0 STMicroelectronics ST AVFS
1796 # Minix-ST kernel floppy
1797 0x800 belong 0x46fc2700 Atari-ST Minix kernel image
1817 19 string \320\002\370\005\0\011\0\1\0 Atari-ST floppy 360k
1818 19 string \240\005\371\005\0\011\0\2\0 Atari-ST floppy 720k
H A Diff47 >8 string STFX \b, ST-Fax image
H A Dimages1509 # Atari ST STAD bitmap is always 640x400, bytewise runlength compressed.
1514 0 string pM85 Atari ST STAD bitmap image data (hor)
1517 0 string pM86 Atari ST STAD bitmap image data (vert)
H A Dmotorola35 # ATARI ST relocatable PRG
40 # not larger than 1 MB (which is a lot on ST).
42 0 belong&0xFFFFFFF0 0x601A0000 Atari ST M68K contiguous executable
47 0 belong&0xFFFFFFF0 0x601B0000 Atari ST M68K non-contig executable
53 # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
H A Duf229 >>28 lelong 0x00ff6919 ST STM32L4xx
30 >>28 lelong 0x04240bdf ST STM32L5xx
35 >>28 lelong 0x1e1f432d ST STM32L1xx
36 >>28 lelong 0x202e3a91 ST STM32L0xx
37 >>28 lelong 0x21460ff0 ST STM32WLxx
39 >>28 lelong 0x300f5633 ST STM32G0xx
41 >>28 lelong 0x4c71240a ST STM32G4xx
43 >>28 lelong 0x53b80f00 ST STM32F7xx
45 >>28 lelong 0x57755a57 ST STM32F401
47 >>28 lelong 0x5d1a0a2e ST STM32F2xx
[all …]
H A Dzip100 >1 ubyte 5 Atari ST
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1812 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; } in setObjCSuperType() argument
H A DStmtOpenMP.h780 Expr *ST; member
851 ST = nullptr; in clear()
1217 void setStrideVariable(Expr *ST) { in setStrideVariable() argument
1223 Data->getChildren()[StrideVariableOffset] = ST; in setStrideVariable()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td2218 such annotation is guaranteed to generate LDX/ST/STX instruction with
2239 The assignment to ``g``'s field would produce an ST instruction with
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h609 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, in evalBinOp() argument
611 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T); in evalBinOp()
H A DStore.h123 virtual StoreRef killBinding(Store ST, Loc L) = 0;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp58 if (const SubstTemplateTypeParmType *ST = in desugarForDiagnostic() local
60 QT = ST->desugar(); in desugarForDiagnostic()
H A DComputeDependence.cpp743 if (auto *ST = E->getScopeTypeInfo()) in computeDependence() local
745 toExprDependenceAsWritten(ST->getType()->getDependence())); in computeDependence()
H A DStmtOpenMP.cpp354 Dir->setStrideVariable(Exprs.ST); in Create()
470 Dir->setStrideVariable(Exprs.ST); in Create()
617 Dir->setStrideVariable(Exprs.ST); in Create()
662 Dir->setStrideVariable(Exprs.ST); in Create()
994 Dir->setStrideVariable(Exprs.ST); in Create()
1098 Dir->setStrideVariable(Exprs.ST); in Create()
1143 Dir->setStrideVariable(Exprs.ST); in Create()
1186 Dir->setStrideVariable(Exprs.ST); in Create()
1231 Dir->setStrideVariable(Exprs.ST); in Create()
1276 Dir->setStrideVariable(Exprs.ST); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2277 if (llvm::StructType *ST = dyn_cast<llvm::StructType>(IRTy)) { in canApplyNoFPClass() local
2279 llvm::all_of(ST->elements(), [](llvm::Type *Ty) { in canApplyNoFPClass()
4968 if (auto *ST = dyn_cast<llvm::StructType>(Ty)) in getMaxVectorWidth() local
4969 for (auto *I : ST->elements()) in getMaxVectorWidth()
H A DCGExprConstant.cpp340 auto *ST = cast<llvm::StructType>(CA->getType()); in split() local
342 CGM.getDataLayout().getStructLayout(ST); in split()
H A DCGOpenMPRuntime.cpp2597 Values.ST.getPointer(), // &Stride in emitForStaticInitCall()
2691 Address ST) { in emitForNext() argument
2702 ST.getPointer() // &Stride in emitForNext()
12037 Address UB, Address ST) { in emitForNext() argument
H A DCGOpenMPRuntime.h968 Address ST = Address::invalid();
973 Address LB, Address UB, Address ST,
976 UB(UB), ST(ST), Chunk(Chunk) {} in IVSize()
1048 Address UB, Address ST);
1904 Address LB, Address UB, Address ST) override;
H A DCGRecordLayoutBuilder.cpp959 llvm::StructType *ST = RL->getLLVMType(); in ComputeRecordLayout() local
960 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); in ComputeRecordLayout()
985 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout()
H A DCGStmtOpenMP.cpp2840 LoopArgs.LB, LoopArgs.UB, LoopArgs.ST); in EmitOMPOuterLoop()
3001 LoopArgs.ST, LoopArgs.Chunk); in EmitOMPForOuterLoop()
3015 OMPLoopArguments OuterLoopArgs(LoopArgs.LB, LoopArgs.UB, LoopArgs.ST, in EmitOMPForOuterLoop()
3047 LoopArgs.UB, LoopArgs.ST, LoopArgs.Chunk); in EmitOMPDistributeOuterLoop()
3064 OuterLoopArgs.ST = LoopArgs.ST; in EmitOMPDistributeOuterLoop()
3321 LValue ST = in EmitOMPWorksharingLoop() local
3418 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF), in EmitOMPWorksharingLoop()
3462 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPWorksharingLoop()
3993 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections() local
4069 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF)); in EmitSections()
[all …]
H A DCodeGenFunction.h3794 Address ST = Address::invalid();
3812 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL,
3817 : LB(LB), UB(UB), ST(ST), IL(IL), Chunk(Chunk), EUB(EUB),

12345678910>>...27