Home
last modified time | relevance | path

Searched defs:RT (Results 1 – 25 of 109) sorted by relevance

12345

/external/valgrind/none/tests/mips32/
Dmips32_dsp.c39 #define TESTDSPINST_RD_RT_DSPC(instruction, RTval, RD, RT) \ argument
59 #define TESTDSPINST_RD_RT_NODSPC(instruction, RTval, RD, RT) \ argument
76 #define TESTDSPINST_RD_RS_RT_DSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
119 #define TESTDSPINST_RS_RT_DSPC(instruction, RSval, RTval, RS, RT) \ argument
137 #define TESTDSPINST_RD_RS_RT_NODSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
155 #define TESTDSPINST_AC_RS_RT_DSPC(instruction, ac, RSval, RTval, HIval, LOval, \ argument
183 #define TESTDSPINST_AC_RS_RT_NODSPC(instruction, ac, RSval, RTval, HIval, \ argument
207 #define TESTDSPINST_EXT(instruction, ac, RT, HIval, LOval, size, pos) \ argument
230 #define TESTDSPINST_EXTV(instruction, ac, RT, HIval, LOval, RS, RSval, pos) \ argument
254 #define TESTDSPINST_INSV(instruction, RTval, RSval, RT, RS, _pos, _size) \ argument
[all …]
Dmips32_dspr2.c39 #define TESTDSPINST_RD_RT_DSPC(instruction, RTval, RD, RT) \ argument
59 #define TESTDSPINST_RD_RT_NODSPC(instruction, RTval, RD, RT) \ argument
92 #define TESTDSPINST_RD_RS_RT_DSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
134 #define TESTDSPINST_RS_RT_DSPC(instruction, RSval, RTval, RS, RT) \ argument
152 #define TESTDSPINST_RD_RS_RT_NODSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
170 #define TESTDSPINST_AC_RS_RT_DSPC(instruction, ac, RSval, RTval, HIval, LOval, \ argument
222 #define TESTDSPINST_EXT(instruction, ac, RT, HIval, LOval, size, pos) \ argument
245 #define TESTDSPINST_EXTV(instruction, ac, RT, HIval, LOval, RS, RSval, pos) \ argument
269 #define TESTDSPINST_INSV(instruction, RTval, RSval, RT, RS, _pos, _size) \ argument
290 #define TESTDSPINST_LWX(index, RT, RS) \ argument
[all …]
DMIPS32int.c3 #define TESTINST1(instruction, RSval, RTval, RD, RS, RT) \ argument
20 #define TESTINST2(instruction, RSval, imm, RT, RS) \ argument
50 #define TESTINST3a(instruction, RSval, RTval, RS, RT) \ argument
71 #define TESTINST4(instruction, RTval, RSval, RT, RS, pos, size) \ argument
95 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument
DMoveIns.c39 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument
61 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument
78 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument
100 #define TESTINSNMOVEtd(instruction, offset, offset2, FS, RT) \ argument
229 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
250 #define TESTINSNMOVEN1d(instruction, offset, RTval, FD, FS, RT) \ argument
DLoadStore1.c24 #define TESTINST1(instruction, RTval, offset, RT, RS) \ argument
54 #define TESTINSTsw(RTval, offset, RT, RS) \ argument
DLoadStore.c24 #define TESTINST1(instruction, RTval, offset, RT, RS) \ argument
54 #define TESTINSTsw(RTval, offset, RT, RS) \ argument
Dbranches.c129 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
203 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
Dvfp.c64 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument
83 #define TESTINSN5LOADw(instruction, RTval, offset, RT) \ argument
/external/valgrind/none/tests/mips64/
Dmacro_int.h1 #define TEST1(instruction, RSval, RTval, RD, RS, RT) \ argument
19 #define TEST2(instruction, RSval, imm, RT, RS) \ argument
51 #define TEST4(instruction, RSval, RTval, RS, RT) \ argument
71 #define TEST5(instruction, RSval, RTval, RS, RT) \ argument
91 #define TEST6(instruction, imm, RT) \ argument
Dcvm_ins.c70 #define TESTINST1(instruction, RSVal, RT, RS, p, lenm1) \ argument
85 #define TESTINST2(instruction, RSVal, RTval, RD, RS, RT) \ argument
101 #define TESTINST3(instruction, RSVal, RT, RS, imm) \ argument
Dload_store_multiple.c23 #define TESTINST1(instruction, RTval, offset, RT, RS) \ argument
53 #define TESTINSTsw(RTval, offset, RT, RS) \ argument
Dmove_instructions.c140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
159 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
Dbranches.c130 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
201 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
Dbranch_and_jump_instructions.c107 #define TEST3(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
DRT.java19 public final class RT { class
21 private RT() { in RT() method in RT
/external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
DRT.java27 public final class RT { class
29 private RT() { in RT() method in RT
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
Drtdata.c37 EFI_RUNTIME_SERVICES *RT; variable
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp161 if (const auto *RT = T->getAs<RecordType>()) in isSafeToConvert() local
206 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncParamTypeConvertible() local
321 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionType() local
325 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionType() local
385 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local
755 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable() local
/external/valgrind/memcheck/tests/ppc32/
Dpower_ISA2_07.c14 unsigned RT; in test_reservation() local
/external/valgrind/memcheck/tests/ppc64/
Dpower_ISA2_07.c14 unsigned long RT; in test_reservation() local
/external/emma/core/java12/com/vladium/emma/rt/
DRT.java27 abstract class RT implements IAppConstants class
176 private RT () {} // prevent subclassing in RT() method in RT
DRTExitHook.java105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge) in RTExitHook()
/external/clang/lib/AST/
DType.cpp359 if (const RecordType *RT = getAs<RecordType>()) in isClassType() local
364 if (const RecordType *RT = getAs<RecordType>()) in isStructureType() local
369 if (const RecordType *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local
374 if (const RecordType *RT = getAs<RecordType>()) in isInterfaceType() local
379 if (const RecordType *RT = getAs<RecordType>()) { in isStructureOrClassType() local
392 if (const RecordType *RT = getAs<RecordType>()) in isUnionType() local
422 if (const ReferenceType *RT = getAs<ReferenceType>()) in getPointeeType() local
433 if (const RecordType *RT = dyn_cast<RecordType>(this)) { in getAsStructureType() local
439 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsStructureType() local
452 if (const RecordType *RT = dyn_cast<RecordType>(this)) { in getAsUnionType() local
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp93 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType() local
899 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow() local
937 const RecordType *RT = Op->getType()->getAs<RecordType>(); in canTypeidThrow() local
1038 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow() local

12345