HomeSort by relevance Sort by last modified time
    Searched refs:AT (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 62 #define AT 50
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 62 #define AT 50
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 49 ArrayType *AT = ArrayType::get(RuntimeCtorInit->getType(),
51 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
  /bionic/libc/arch-mips/string/
memset.S 156 slti AT,a2,4 # is a2 less than 4?
157 bne AT,zero,.Llast4 # if yes, go to last4
169 sll AT,a1,8
170 or a1,AT
171 sll AT,a1,16
172 or a1,AT
187 # There will be at most 1 32-byte chunk then
192 # Find out, if there are any 64-byte chunks after which will be still at least
201 # below we have at least 1 64-byte chunk which is "pref 30 safe"
225 nop # and 8 evict cycles, i.e. at least 32 instr
    [all...]
memcpy.S 73 sra AT,t0,31
74 xor t1,t0,AT
75 subu t0,t1,AT
76 sltu AT,t0,a2
77 beq AT,zero,.Lmemcpy
82 slti AT,a2,8
83 bne AT,zero,.Llast8
108 # There will be at most 1 32-byte chunk after it
125 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
126 # In case the a0 > t9 don't use "pref 30" at al
    [all...]
  /dalvik/vm/compiler/template/mips/
header.S 6 * You may obtain a copy of the License at
192 #define GET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \
193 .set noat; l.s rd, (AT); .set at
206 #define SET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \
207 .set noat; s.s rd, (AT); .set at
232 * Uses reg AT
235 sll AT, roff, rshift; \
236 addu rd, rbase, AT; \
    [all...]
  /dalvik/vm/mterp/mips/
header.S 122 #define GET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \
123 .set noat; l.s rd, (AT); .set at
136 #define SET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \
137 .set noat; s.s rd, (AT); .set at
161 * Uses reg AT
164 sll AT, roff, rshift; \
165 addu rd, rbase, AT; \
166 .set at
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 84 ArrayType *AT = dyn_cast<ArrayType>(Ty);
85 return AT && (AT->getNumElements() == 0);
  /art/runtime/arch/mips/
registers_mips.h 6 * You may obtain a copy of the License at
31 AT = 1, // Assembler temporary.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 59 AT = 50
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 59 AT = 50
  /external/tcpdump/
print-atalk.c 157 printf("%d > %d at-lap#%d %d",
176 printf("AT ");
200 #define AT(member) ataddr_string((ap->member[1]<<8)|ap->member[2],ap->member[3])
211 AT(pdaddr), AT(psaddr));
215 (void)printf("reply %s is-at %s",
216 AT(pdaddr), etheraddr_string(ap->hdaddr));
221 AT(pdaddr), AT(psaddr));
252 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 176 public static final int AT = LexerCore.AT;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
token.py 63 AT = 50
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 94 buffer.append(AT).append(host);
  /external/clang/lib/Lex/
MacroArgs.cpp 50 // Allocate memory for a MacroArgs object with the lexer tokens at the end.
161 const Token *AT = getUnexpArgument(Arg);
162 unsigned NumToks = getArgLength(AT)+1; // Include the EOF.
167 // token at the end of the unexp list.
168 PP.EnterTokenStream(AT, NumToks, false /*disable expand*/,
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 163 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) {
164 QualType ElemType = AT->getElementType();
165 if (typesCompatible(C, PT, AT->getElementType()))
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 62 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT)
72 if (AT == -1)
75 ArrayElementThreshold = AT;
118 /// intrinsics or load/store that only access the entire alloca at once.
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) {
293 /// HadNonMemTransferAccess - True if there is at least one access to the
347 // insert/extract elements, and if there was at least one use that ha
    [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 164 // Split the MBBs if they have two branches. Each basic block should have at
276 // lui $at, %hi($tgt - $baltgt)
278 // addiu $at, $at, %lo($tgt - $baltgt)
279 // addu $at, $ra, $at
281 // jr $at
295 .append(BuildMI(*MF, DL, TII->get(Mips::LUi), Mips::AT).addImm(Hi));
299 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::AT)
300 .addReg(Mips::AT).addImm(Lo)
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 142 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) {
147 if (!AT->getElementType()->isIntegerTy(8)) {
156 if (SSPBufferSize <= TLI->getDataLayout()->getTypeAllocSize(AT))
  /build/core/
cleanspec.mk 5 # You may obtain a copy of the License at
53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
63 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 65 buffer.append(AT);
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 6 * You may obtain a copy of the License at
105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,

Completed in 517 milliseconds

12 3 4 5 6 7