Searched refs:RT (Results 1 - 25 of 64) sorted by relevance

123

/external/qemu/
H A Dppc-dis.c704 equal the RT field. */
735 instruction or the RT field in a D, DS, X, XFX or XO form
738 #define RT RS
742 /* The RS and RT fields of the DS form stq instruction, which have
1395 equal the RT field. */
1763 /* An X_MASK with the RT field fixed. */
1775 /* An X_MASK with the RT and RA fields fixed. */
2063 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
2064 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
2065 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, R
734 #define RT macro
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java7 * $Id: RT.java,v 1.2.2.3 2004/07/16 23:32:03 vlad_r Exp $
27 abstract class RT implements IAppConstants class in inherits:IAppConstants
39 ClassLoader loader = RT.class.getClassLoader ();
84 final Runnable exitHook = new RTExitHook (RT.class, cdata, getCoverageOutFile (), getCoverageOutMerge ());
89 // the RT classloader is some component loader (e.g, in a J2EE container)
123 // issues of class name collisions and class reloading) or RT.class
124 // (to prevent RT reloading)]
150 if (DEBUG) System.out.println ("RT::dumpCoverageData() DUMPING " + RT.class.getClassLoader ());
176 private RT () {} // preven method in class:RT
[all...]
H A DRTExitHook.java105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge) argument
107 m_RT = RT;
120 private Class m_RT; // keep our RT class pinned in memory
H A DAppRunner.java70 RTSettings.setStandaloneMode (false); // an optimization to disable RT's static init code [this line must precede any reference to RT]
71 RT.reset (true, false); // reset RT [RT creates 'cdata' and loads app properties]
76 IProperties appProperties = RT.getAppProperties (); // try to use app props consistent with RT's view of them
361 ICoverageData cdata = RT.getCoverageData ();
584 RT.reset (false, false);
/external/openssh/regress/
H A Dbsd.regress.mk54 .for RT in ${REGRESSTARGETS}
55 . if ${REGRESSSKIPTARGETS:M${RT}}
61 @if cd ${.CURDIR} && ${MAKE} ${RT}; then \
68 @if cd ${.CURDIR} && (ulimit -t ${REGRESSMAXTIME} ; ${MAKE} ${RT}); then \
76 @echo ${REGRESSNAME}/${RT:S/^run-regress-//} >> ${REGRESSLOG}
/external/valgrind/main/memcheck/tests/ppc32/
H A Dpower_ISA2_05.c176 int RT; local
187 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
188 printf("lwarx => %x\n", RT);
193 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
194 printf("ldarx => %x\n", RT);
383 int RT; local
394 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
395 printf("lwarx => %x\n", RT);
400 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
401 printf("ldarx => %x\n", RT);
590 int RT; local
797 int RT; local
1004 int RT; local
[all...]
/external/valgrind/main/memcheck/tests/ppc64/
H A Dpower_ISA2_05.c176 int RT; local
187 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
188 printf("lwarx => %x\n", RT);
193 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
194 printf("ldarx => %x\n", RT);
383 int RT; local
394 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
395 printf("lwarx => %x\n", RT);
400 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
401 printf("ldarx => %x\n", RT);
590 int RT; local
797 int RT; local
1004 int RT; local
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c395 #define RT(r) ((r)<<21) macro
407 #define TAB(t,a,b) (RT(t) | RA(a) | RB(b))
449 tcg_out32 (s, ADDI | RT (ret) | RA (0) | (arg & 0xffff));
451 tcg_out32 (s, ADDIS | RT (ret) | RA (0) | ((arg >> 16) & 0xffff));
461 tcg_out32 (s, op1 | RT (ret) | RA (addr) | (offset & 0xffff));
464 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
493 tcg_out32 (s, LWZ | RT (0) | RA (reg));
495 tcg_out32 (s, LWZ | RT (2) | RA (reg) | 4);
564 tcg_out32 (s, ADD | RT (r0) | RA (r0) | RB (TCG_AREG0));
566 | RT (r
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c392 #define RT(r) ((r)<<21) macro
405 #define TAB(t,a,b) (RT(t) | RA(a) | RB(b))
453 tcg_out32 (s, ADDI | RT (ret) | RA (0) | (arg & 0xffff));
455 tcg_out32 (s, ADDIS | RT (ret) | RA (0) | ((arg >> 16) & 0xffff));
521 tcg_out32 (s, LD | RT (0) | RA (reg));
523 tcg_out32 (s, LD | RT (11) | RA (reg) | 16);
524 tcg_out32 (s, LD | RT (2) | RA (reg) | 8);
533 tcg_out32 (s, op1 | RT (ret) | RA (addr) | (offset & 0xffff));
536 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
544 tcg_out32 (s, op1 | RT (re
[all...]
/external/clang/lib/AST/
H A DType.cpp329 if (const RecordType *RT = getAs<RecordType>())
330 return RT->getDecl()->isClass();
334 if (const RecordType *RT = getAs<RecordType>())
335 return RT->getDecl()->isStruct();
339 if (const RecordType *RT = getAs<RecordType>())
340 return RT->getDecl()->isStruct() || RT->getDecl()->isClass();
350 if (const RecordType *RT = getAs<RecordType>())
351 return RT->getDecl()->isUnion();
380 if (const ReferenceType *RT
[all...]
H A DRecordLayoutBuilder.cpp166 const RecordType *RT = local
170 if (!RT)
174 const CXXRecordDecl *MemberDecl = cast<CXXRecordDecl>(RT->getDecl());
405 if (const RecordType *RT = T->getAs<RecordType>()) {
406 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
413 const RecordType *RT = ElemTy->getAs<RecordType>(); local
414 if (!RT)
417 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
507 if (const RecordType *RT = T->getAs<RecordType>()) {
508 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT
516 const RecordType *RT = ElemTy->getAs<RecordType>(); local
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp30 const RecordType *RT = T->getAs<RecordType>(); local
31 if (!RT)
34 return StringRef(QualType(RT, 0).getAsString()) ==
246 if (const RecordType *RT = T->getAs<RecordType>()) {
247 const RecordDecl *RD = RT->getDecl()->getDefinition();
H A DArrayBoundCheckerV2.cpp224 if (const RecordType *RT = Ty->getAs<RecordType>()) {
225 const RecordDecl *D = RT->getDecl();
H A DCallAndMessageChecker.cpp142 if (const RecordType *RT = T->getAsStructureType()) {
143 const RecordDecl *RD = RT->getDecl()->getDefinition();
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp163 if (const RecordType *RT = dyn_cast<RecordType>(T))
164 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
204 const RecordType *RT = dyn_cast<RecordType>(TT); local
205 if (RT == 0) return true;
214 return isSafeToConvert(RT->getDecl(), *this);
288 if (const RecordType *RT = dyn_cast<RecordType>(Ty))
289 return ConvertRecordDeclType(RT->getDecl());
661 if (const RecordType *RT = T->getAs<RecordType>()) {
662 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
H A DTargetInfo.cpp130 const RecordType *RT = FT->getAs<RecordType>(); local
131 if (!RT)
138 if (isa<CXXRecordDecl>(RT->getDecl()))
148 const RecordType *RT = T->getAs<RecordType>(); local
149 if (!RT)
151 const RecordDecl *RD = RT->getDecl();
171 static bool hasNonTrivialDestructorOrCopyConstructor(const RecordType *RT) { argument
172 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl());
183 const RecordType *RT = T->getAs<RecordType>(); local
184 if (!RT)
199 const RecordType *RT = T->getAsStructureType(); local
289 const RecordType *RT = Ty->getAs<RecordType>(); local
521 const RecordType *RT = Ty->getAs<RecordType>(); local
630 const RecordType *RT = Ty->getAs<RecordType>(); local
[all...]
H A DCGCXX.cpp325 const RecordType *RT = T->getAs<RecordType>(); local
326 assert(RT && "BuildAppleKextVirtualCall - Qual type must be record");
327 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
H A DCGClass.cpp654 const RecordType *RT = FieldType->getAs<RecordType>(); local
655 if (!RT)
658 CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
852 const RecordType *RT = FieldBaseElementType->getAs<RecordType>(); local
853 if (!RT)
856 CXXRecordDecl *FieldClassDecl = cast<CXXRecordDecl>(RT->getDecl());
1074 const RecordType *RT = type->getAsUnionType(); local
1075 if (RT && RT->getDecl()->isAnonymousStructOrUnion()) continue;
H A DCGExprAgg.cpp1079 if (const RecordType *RT = E->getType()->getAs<RecordType>()) {
1080 if (!RT->isUnionType()) {
1127 if (const RecordType *RT = CGF.getContext()
1129 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
1199 if (const RecordType *RT = Ty->getAs<RecordType>()) {
1200 CXXRecordDecl *Record = cast<CXXRecordDecl>(RT->getDecl());
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp40 if (const RecordType *RT = Ty->getAs<RecordType>()) {
41 const RecordDecl *D = RT->getDecl();
228 if (const ReferenceType *RT = T->getAs<ReferenceType>())
229 T = Ctx.getPointerType(RT->getPointeeType());
/external/stlport/stlport/stl/config/
H A D_bc.h10 #pragma defineonoption _STLP_NO_RTTI -RT-
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); local
241 switch (RT) {
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp795 else if (const ReferenceType *RT = T->getAs<ReferenceType>())
796 FT = RT->getPointeeType()->getAs<FunctionProtoType>();
842 const RecordType *RT = Op->getType()->getAs<RecordType>(); local
843 if (!RT)
846 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic())
936 if (const RecordType *RT = DTy->getAs<RecordType>()) {
937 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
H A DSemaAccess.cpp281 if (const RecordType *RT = T->getAs<RecordType>()) {
282 RD = cast<CXXRecordDecl>(RT->getDecl());
414 if (const RecordType *RT = Friend->getAs<RecordType>())
415 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl()));
648 if (const RecordType *RT = T->getAs<RecordType>()) {
649 RD = cast<CXXRecordDecl>(RT->getDecl());
1685 const RecordType *RT = ObjectExpr->getType()->castAs<RecordType>(); local
1686 CXXRecordDecl *NamingClass = cast<CXXRecordDecl>(RT->getDecl());
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp76 } else if (const ReferenceTypeLoc *RT = dyn_cast<ReferenceTypeLoc>(&TL))
77 TL = RT->getPointeeLoc();

Completed in 335 milliseconds

123