Searched refs:AT (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dmips3.s92 mflo AT
94 daddu t1,AT
96 sltu AT,t1,AT
98 daddu v0,AT
105 mflo AT
107 daddu t3,AT
109 sltu AT,t3,AT
111 daddu v0,AT
[all...]
H A Dmips3-mont.pl66 slt AT,$num,4
68 beqzl AT,.Lproceed
81 li AT,-4096
83 and sp,AT
111 sltu AT,$lo1,$lo0
112 daddu $hi1,AT
129 sltu AT,$lo0,$hi0
131 daddu $hi0,$ahi,AT
137 sltu AT,$lo1,$lo0
139 daddu $hi1,AT
[all...]
/freebsd-11-stable/etc/pam.d/
H A DMakefile22 FILESGROUPS+= AT
23 AT+= atrun
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h82 template <ErrorAction EA, AccessType AT, unsigned LogSize>
88 0x10 * (AT == AccessType::Store) + LogSize>(p);
94 template <ErrorAction EA, AccessType AT>
106 0x10 * (AT == AccessType::Store) + 0xf>(p, sz);
116 0x10 * (AT == AccessType::Store) + 0xf>(p, sz);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp119 } else if (const auto *AT = dyn_cast<AttributedType>(T)) {
120 if (AT->getAttrKind() == attr::TypeNonNull)
122 Ty = AT->getModifiedType();
H A DMallocSizeofChecker.cpp164 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) {
165 QualType ElemType = AT->getElementType();
166 if (typesCompatible(C, PT, AT->getElementType()))
/freebsd-11-stable/sys/mips/include/
H A Dregdef.h45 #define AT $at /* assembler temporary */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c111 #define AT 1 macro
1616 {"$AT", RTYPE_GP | 1}, \
3818 using AT if necessary. */
3840 /* 32-bit offset, need multiple instructions and AT, like:
3845 macro_build_lui (ep, AT);
3846 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg);
3847 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT);
3865 AT, reg, BFD_RELOC_LO16);
3868 load_register (AT,
[all...]
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcopy.S117 li AT,-(SZREG*8)
118 and t0,SIZEREG,AT # count truncated to multiples
120 sltu AT,SRCREG,a3 # any work to do?
121 beq AT,zero,2f
212 li AT,(-8*SZREG)
213 and t0,SIZEREG,AT # count truncated to multiple of 32
/freebsd-11-stable/sys/mips/mips/
H A Dbcopy.S106 li AT,-(SZREG*8)
107 and t0,SIZEREG,AT # count truncated to multiples
109 sltu AT,SRCREG,a3 # any work to do?
110 beq AT,zero,2f
201 li AT,(-8*SZREG)
202 and t0,SIZEREG,AT # count truncated to multiple of 32
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp102 if (auto *AT = dyn_cast<AtomicType>(T))
103 return classify(AT->getValueType());
H A DEvalEmitter.cpp111 if (auto *AT = Ty->getAs<AtomicType>())
112 Ty = AT->getValueType();
171 if (auto *AT = Ty->getAsArrayTypeUnsafe()) {
173 QualType ElemTy = AT->getElementType();
/freebsd-11-stable/usr.bin/tip/tip/
H A Dremote.c61 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
146 if (DU && AT == NOSTR) {
H A Dacu.c53 * If DU is true, we should dial an ACU whose type is AT.
100 if ((acu = acutype(AT)) == NOACU)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp96 if (const auto *AT = asDerived().getContext().getAsArrayType(FT)) {
97 asDerived().visitArray(PCK, AT, FT.isVolatileQualified(), FD,
183 void visitArray(FieldKind FK, const ArrayType *AT, bool IsVolatile, argument
188 return asDerived().visitTrivial(QualType(AT, 0), FD, CurStructOffset);
193 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
275 if (const auto *AT = getContext().getAsArrayType(FT)) {
276 visitArray(PDIK, AT, FT.isVolatileQualified(), FD, CurStructOffset);
292 if (const auto *AT = getContext().getAsArrayType(FT)) {
293 visitArray(DK, AT, FT.isVolatileQualified(), FD, CurStructOffset);
331 void visitArray(FieldKind FK, const ArrayType *AT, boo argument
640 visitArray(FieldKind FK, const ArrayType *AT, bool IsVolatile, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 1> Addrs) argument
[all...]
H A DCodeGenTypes.cpp160 if (const auto *AT = T->getAs<AtomicType>())
161 T = AT->getValueType();
168 if (const auto *AT = CGT.getContext().getAsArrayType(T))
169 return isSafeToConvert(AT->getElementType(), CGT, AlreadyChecked);
801 if (const auto *AT = Context.getAsArrayType(T)) {
802 if (isa<IncompleteArrayType>(AT))
804 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT))
/freebsd-11-stable/release/packages/
H A DMakefile.package13 at_COMMENT= AT Utilities
14 at_DESC= AT Utilities
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp174 const Token *AT = getUnexpArgument(Arg);
175 unsigned NumToks = getArgLength(AT)+1; // Include the EOF.
181 PP.EnterTokenStream(AT, NumToks, false /*disable expand*/,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp176 ArrayType *AT = dyn_cast<ArrayType>(Ty); local
177 return AT && (AT->getNumElements() == 0);
/freebsd-11-stable/usr.bin/at/
H A Dat.c92 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ enumerator in enum:__anon8599
740 int program = AT; /* our default program */
808 if (program != AT)
816 if (program != AT)
822 if (program != AT)
830 if (program != AT)
875 case AT:
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodword.mk15 AT= @ macro
121 @echo 'LIST:[$${AT}]="${LIST:[${AT}]}"'
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-atalk.c186 ND_PRINT((ndo, "AT "));
215 #define AT(member) ataddr_string(ndo, (ap->member[1]<<8)|ap->member[2],ap->member[3]) macro
234 ND_PRINT((ndo, "who-has %s tell %s", AT(pdaddr), AT(psaddr)));
238 ND_PRINT((ndo, "reply %s is-at %s", AT(psaddr), etheraddr_string(ndo, ap->hsaddr)));
242 ND_PRINT((ndo, "probe %s tell %s", AT(pdaddr), AT(psaddr)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp385 unsigned ATReg = ABI.IsN64() ? Mips::AT_64 : Mips::AT;
480 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::LONG_BRANCH_LUi), Mips::AT)
487 BuildMI(*MFp, DL, TII->get(Mips::LONG_BRANCH_ADDiu), Mips::AT)
488 .addReg(Mips::AT)
502 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT)
504 .addReg(Mips::AT);
699 Mips::AT)
702 Mips::AT)
703 .addReg(Mips::AT)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp368 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { argument
369 if (AT.Name.empty()) {
370 P.formatLine("size: {0}, index type: {1}, element type: {2}", AT.Size,
371 AT.IndexType, AT.ElementType);
374 AT.Name, AT.Size, AT.IndexType, AT.ElementType);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp377 const ActionTuple &AT = Actions[A]; local
378 if (AT.size() > 1)
381 for (const auto &SingleAction : AT) {
387 if (AT.size() > 1)

Completed in 194 milliseconds

123456