| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrFutureMMA.td | 17 bits<3> AT; 24 let Inst{6-8} = AT{2-0}; 39 bits<3> AT; 45 let Inst{6-8} = AT{2-0}; 58 bits<3> AT; 63 let Inst{6-8} = AT{2-0}; 75 (ins wacc:$AT), 108 "dmmr $AT, $AB", []>; 111 "dmxor $AT, $AB", []>, 114 def DMSETDMRZ : XForm_AT3<31, 2, 177, (outs dmr:$AT), (ins), [all …]
|
| H A D | PPCInstrMMA.td | 54 opcode, xo, (outs acc:$AT), 71 opcode, xo, (outs wacc:$AT), 95 opcode, xo, (outs acc:$AT), 136 opcode, xo, (outs acc:$AT), 178 opcode, xo, (outs acc:$AT), 505 XForm_AT3<31, 0, 177, (outs acc:$ATo), (ins acc:$AT), "xxmfacc $AT", 510 XForm_AT3<31, 1, 177, (outs acc:$AT), (ins acc:$ATi), "xxmtacc $AT", 524 XForm_AT3<31, 3, 177, (outs acc:$AT), (ins), "xxsetaccz $AT", IIC_VecGeneral, 553 XForm_AT3<31, 0, 177, (outs wacc:$ATo), (ins wacc:$AT), "xxmfacc $AT", 557 XForm_AT3<31, 1, 177, (outs wacc:$AT), (ins wacc:$ATi), "xxmtacc $AT", [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_checks.h | 30 0x10 * (AT == AccessType::Store) + LogSize; in SigTrapEncoding() 35 return SigTrapEncoding(EA, AT, 0xf); in SigTrapEncoding() 49 .is_store = AT == AccessType::Store, in SigTrap() 50 .is_load = AT == AccessType::Load, in SigTrap() 88 template <ErrorAction EA, AccessType AT> 98 .is_store = AT == AccessType::Store, in SigTrap() 99 .is_load = AT == AccessType::Load, in SigTrap() 161 SigTrap<EA, AT, LogSize>(p); in CheckAddress() 167 template <ErrorAction EA, AccessType AT> 178 SigTrap<EA, AT>(p, sz); in CheckAddressSized() [all …]
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | readme.y2kfixes | 2 AT&T Freeware Year 2000 Certification 6 been certified by AT&T Labs as part of the "Freeware Y2K 11 For its own internal business purposes AT&T Labs has 14 for AT&T's needs. As a service to the computing community 15 AT&T Labs is freely releasing this information to the 17 for what AT&T Labs considers an "application". 19 For use outside of AT&T, AT&T Labs is not certifying this 22 2000, nor work with current applications. Nor is AT&T 42 Copyright 1999 AT&T. 60 AT&T makes no commitments to answer any E-mail [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | plan9 | 4 # plan9: file(1) magic for AT&T Bell Labs' Plan 9 executables and object files 8 0 belong 0x00000197 Plan 9 executable, AT&T Hobbit 13 0 belong 0x0000048B Plan 9 executable, AT&T DSP 3210 22 0 belong 0x430D013C Plan 9 object file, AT&T Hobbit
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfo.cpp | 63 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in isHomogeneousAggregate() local 64 uint64_t NElements = AT->getSize().getZExtValue(); in isHomogeneousAggregate() 67 if (!isHomogeneousAggregate(AT->getElementType(), Base, Members)) in isHomogeneousAggregate() 99 while (const ConstantArrayType *AT = in isHomogeneousAggregate() local 101 if (AT->getSize().getZExtValue() == 0) in isHomogeneousAggregate() 103 FT = AT->getElementType(); in isHomogeneousAggregate()
|
| H A D | CGNonTrivialStruct.cpp | 96 if (const auto *AT = asDerived().getContext().getAsArrayType(FT)) { in visitWithKind() local 97 asDerived().visitArray(PCK, AT, FT.isVolatileQualified(), FD, in visitWithKind() 183 void visitArray(FieldKind FK, const ArrayType *AT, bool IsVolatile, in visitArray() 193 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT); in visitArray() 279 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local 296 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local 394 QualType EltQT = AT->getElementType(); in visitArray() 582 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local 622 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() local 651 CharUnits Size = Ctx.getTypeSizeInChars(QualType(AT, 0)); in visitArray() [all …]
|
| H A D | ABIInfoImpl.cpp | 259 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isEmptyField() local 260 if (AT->getSize() == 0) in isEmptyField() 262 FT = AT->getElementType(); in isEmptyField() 354 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isSingleElementStruct() local 355 if (AT->getSize().getZExtValue() != 1) in isSingleElementStruct() 357 FT = AT->getElementType(); in isSingleElementStruct()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.h | 51 auto &AT = static_cast<const AMDGPUTargetMachine &>(TM); in lowerAddrSpaceCast() local 60 if (Op->isNullValue() && AT.getNullPointerValue(SrcAddr) == 0) { in lowerAddrSpaceCast() 62 return MCConstantExpr::create(AT.getNullPointerValue(DstAddr), in lowerAddrSpaceCast()
|
| /freebsd-14.2/usr.bin/col/ |
| H A D | README | 25 Known differences between AT&T's col and this one (# is delimiter): 26 Input AT&T col this col 37 AT&T col claims to do this but doesn't. 40 is produced (the AT&T col is silent). The -l flag (not in AT&T col) can
|
| /freebsd-14.2/share/i18n/esdb/EBCDIC/ |
| H A D | EBCDIC.part | 3 AT-DE 4 AT-DE-A
|
| /freebsd-14.2/share/i18n/csmapper/EBCDIC/ |
| H A D | EBCDIC.part | 3 AT-DE 4 AT-DE-A
|
| /freebsd-14.2/contrib/byacc/package/pkgsrc/ |
| H A D | DESCR | 2 has been made as compatible as possible with AT&T Yacc. Berkeley 3 Yacc can accept any input specification that conforms to the AT&T
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ELF/ |
| H A D | linker_script.rst | 82 section [address] [(type)] : [AT(lma)] [ALIGN(section_align)] [SUBALIGN](subsection_align)] { 85 } [>region] [AT>lma_region] [:phdr ...] [=fillexp] [,] 138 A load address (LMA) can be specified by ``AT(lma)`` or ``AT>lma_region``. 140 - ``AT(lma)`` specifies the exact load address. If the linker script does not 142 - ``AT>lma_region`` specifies the LMA region. The lack of ``AT>lma_region`` 152 If neither ``AT(lma)`` nor ``AT>lma_region`` is specified:
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | README | 8 as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input 9 specification that conforms to the AT&T Yacc documentation. Specifications 10 that take advantage of undocumented features of AT&T Yacc will probably be
|
| H A D | NEW_FEATURES | 11 algorithm as AT&T Yacc. There will still be differences in the way 12 error recovery works because AT&T Yacc uses more default reductions 31 those produced by AT&T Yacc.
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/data/att/ |
| H A D | README | 1 AT&T test data from: http://www2.research.att.com/~gsf/testregex/ 4 testregex.c 2004-05-31 is the latest source for the AT&T Research
|
| /freebsd-14.2/lib/libpam/pam.d/ |
| H A D | Makefile | 22 CONFGROUPS+= AT 23 AT+= atrun
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 114 if (const auto *AT = dyn_cast<AttributedType>(T)) { in isGlobalConstString() local 115 if (AT->getAttrKind() == attr::TypeNonNull) in isGlobalConstString() 117 Ty = AT->getModifiedType(); in isGlobalConstString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | CBufferDataLayout.cpp | 76 } else if (auto *AT = dyn_cast<ArrayType>(Ty)) { in getTypeAllocSize() local 77 unsigned NumElts = AT->getNumElements(); in getTypeAllocSize() 81 TypeSize EltSize = getTypeAllocSize(AT->getElementType()); in getTypeAllocSize()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 543 const ArrayType *AT, in appendArrayType() argument 546 if (AT->getSizeModifier() != ArraySizeModifier::Normal) in appendArrayType() 549 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) in appendArrayType() 556 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType() 604 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe()) in appendType() local 607 return appendArrayType(Enc, QT, AT, CGM, TSC, ""); in appendType() 648 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe()) { in getTypeString() local 652 return appendArrayType(Enc, QT, AT, CGM, TSC, "*"); in getTypeString()
|
| /freebsd-14.2/usr.bin/at/ |
| H A D | at.c | 90 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ enumerator 738 int program = AT; /* our default program */ in main() 806 if (program != AT) in main() 814 if (program != AT) in main() 820 if (program != AT) in main() 828 if (program != AT) in main() 873 case AT: in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 373 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord() argument 374 if (AT.Name.empty()) { in visitKnownRecord() 375 P.formatLine("size: {0}, index type: {1}, element type: {2}", AT.Size, in visitKnownRecord() 376 AT.IndexType, AT.ElementType); in visitKnownRecord() 379 AT.Name, AT.Size, AT.IndexType, AT.ElementType); in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 811 [this](const ArrayType *AT) -> bool { in getStaticSize() argument 812 if (!AT) in getStaticSize() 815 auto IsIncompleteArray = [](const ArrayType *AT) { in getStaticSize() argument 816 return isa<IncompleteArrayType>(AT); in getStaticSize() 818 auto IsArrayOfZero = [](const ArrayType *AT) { in getStaticSize() argument 819 const auto *CAT = dyn_cast<ConstantArrayType>(AT); in getStaticSize() 822 auto IsArrayOfOne = [](const ArrayType *AT) { in getStaticSize() argument 835 return IsArrayOfOne(AT) || IsArrayOfZero(AT) || IsIncompleteArray(AT); in getStaticSize() 838 return IsArrayOfOne(AT) || IsArrayOfZero(AT) || IsIncompleteArray(AT); in getStaticSize() 841 return IsArrayOfZero(AT) || IsIncompleteArray(AT); in getStaticSize() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 125 ArrayType *AT = dyn_cast<ArrayType>(Ty); in isZeroLengthArray() local 126 return AT && (AT->getNumElements() == 0); in isZeroLengthArray()
|