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

12345

/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
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-10.1-release/sys/mips/include/
H A Dregdef.h45 #define AT $at /* assembler temporary */ macro
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp49 ArrayType *AT = ArrayType::get(RuntimeCtorInit->getType(), local
51 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/tcpdump/
H A Dprint-atalk.c174 printf("AT ");
198 #define AT(member) ataddr_string((ap->member[1]<<8)|ap->member[2],ap->member[3]) macro
209 AT(pdaddr), AT(psaddr));
214 AT(psaddr), etheraddr_string(ap->hsaddr));
219 AT(pdaddr), AT(psaddr));
/freebsd-10.1-release/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-10.1-release/usr.bin/calendar/calendars/
H A Dcalendar.computer10 01/01 AT&T officially divests its local Bell companies, 1984
56 07/08 Bell Telephone Co. formed (predecessor of AT&T), 1877
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp178 ArrayType *AT = dyn_cast<ArrayType>(Ty); local
179 return AT && (AT->getNumElements() == 0);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp161 const Token *AT = getUnexpArgument(Arg); local
162 unsigned NumToks = getArgLength(AT)+1; // Include the EOF.
168 PP.EnterTokenStream(AT, NumToks, false /*disable expand*/,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp163 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) {
164 QualType ElemType = AT->getElementType();
165 if (typesCompatible(C, PT, AT->getElementType()))
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp62 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) argument
72 if (AT == -1)
75 ArrayElementThreshold = AT;
191 SROA_DT(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
192 SROA(T, true, ID, ST, AT, SLT) {
208 SROA_SSAUp(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
209 SROA(T, false, ID, ST, AT, SLT) {
818 if (ArrayType *AT = dyn_cast<ArrayType>(ToType)) {
821 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType());
822 Value *Res = UndefValue::get(AT);
1553 ArrayType *AT = cast<ArrayType>(AI->getAllocatedType()); local
[all...]
/freebsd-10.1-release/usr.bin/at/
H A Dat.c89 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ enumerator in enum:__anon11755
737 int program = AT; /* our default program */
805 if (program != AT)
813 if (program != AT)
819 if (program != AT)
827 if (program != AT)
872 case AT:
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp300 .append(BuildMI(*MF, DL, TII->get(Mips::LUi), Mips::AT).addImm(Hi));
304 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::AT)
305 .addReg(Mips::AT).addImm(Lo);
306 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT)
307 .addReg(Mips::RA).addReg(Mips::AT);
312 .append(BuildMI(*MF, DL, TII->get(Mips::JR)).addReg(Mips::AT))
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp87 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) {
88 if (!AT->getElementType()->isIntegerTy(8)) {
99 if (SSPBufferSize <= TLI->getDataLayout()->getTypeAllocSize(AT)) {
/freebsd-10.1-release/usr.sbin/cron/doc/
H A DINSTALL39 contains no AT&T code, so it is in UUNET's archive of freely-distributable
85 ATT notes: for those people unfortunate enough to be stuck on a AT&T UNIX,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp169 QualType AT = *Arg; local
171 ArgWords += llvm::RoundUpToAlignment(ASTContext.getTypeSize(AT), 32) / 32;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp463 const analyze_scanf::ArgType &AT = getArgType(Ctx); local
464 if (AT.isValid() && AT.matchesType(Ctx, QT))
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp730 const char *llvm::dwarf::AtomTypeString(unsigned AT) { argument
731 switch (AT) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp406 if (ObjCAtTryStmt *AT = dyn_cast<ObjCAtTryStmt>(SubStmt)) {
412 AT->getAtTryLoc()));
413 if (Stmt *TryPart = AT->getTryBody())
417 for (unsigned I = 0, N = AT->getNumCatchStmts(); I != N; ++I) {
418 ObjCAtCatchStmt *AC = AT->getCatchStmt(I);
429 if (ObjCAtFinallyStmt *AF = AT->getFinallyStmt()) {
H A DSemaChecking.cpp2041 if (const ArrayType *AT = S.Context.getAsArrayType(T)) {
2042 isConstant = AT->getElementType().isConstant(S.Context);
2753 bool checkForCStrMembers(const analyze_printf::ArgType &AT,
2802 const analyze_printf::ArgType &AT = Amt.getArgType(S.Context); local
2803 assert(AT.isValid());
2805 if (!AT.matchesType(S.Context, T)) {
2807 << k << AT.getRepresentativeTypeName(S.Context)
2906 // better diagnostic if so. AT is assumed to be valid.
2909 const analyze_printf::ArgType &AT, const Expr *E,
2920 AT
2908 checkForCStrMembers( const analyze_printf::ArgType &AT, const Expr *E, const CharSourceRange &CSR) argument
2992 const analyze_printf::ArgType &AT = local
3130 const analyze_printf::ArgType &AT = FS.getArgType(S.Context, local
3501 const analyze_format_string::ArgType &AT = FS.getArgType(S.Context); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1248 /// AuditedType - This routine audits the type AT and returns false if it is one of known
1251 static bool AuditedType (QualType AT) { argument
1252 if (!AT->isAnyPointerType() && !AT->isBlockPointerType())
1255 if (ento::coreFoundation::isCFObjectRef(AT) ||
1256 IsVoidStarType(AT) ||
1259 AT->isObjCObjectPointerType() || AT->isObjCBuiltinType())
1428 QualType AT = pd->getType(); local
1429 if (!AuditedType(AT)) {
[all...]
/freebsd-10.1-release/contrib/nvi/regex/
H A Dengine.c124 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) macro
128 #define AT(t, p1, p2, s1, s2) /* nothing */ macro
325 AT("diss", start, stop, startst, stopst);
514 AT("back", start, stop, startst, stopst);
601 AT("hard", sp, stop, ss, stopst);
813 AT("slow", start, stop, startst, stopst);

Completed in 505 milliseconds

12345