| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrSPE.td | 17 bits<5> RT; 23 let Inst{6-10} = RT; 51 bits<5> RT; 56 let Inst{6-10} = RT; 73 def EVLDD : EVXForm_D<769, (outs gprc:$RT), (ins spe8dis:$dst), 74 "evldd $RT, $dst", IIC_VecFP>; 75 def EVLDW : EVXForm_D<771, (outs gprc:$RT), (ins spe8dis:$dst), 76 "evldw $RT, $dst", IIC_VecFP>; 77 def EVLDH : EVXForm_D<773, (outs gprc:$RT), (ins spe8dis:$dst), 78 "evldh $RT, $dst", IIC_VecFP>; [all …]
|
| HD | PPCInstrInfo.td | 2222 def MFSPR : XFXForm_1<31, 339, (outs gprc:$RT), (ins i32imm:$SPR), 2223 "mfspr $RT, $SPR", IIC_SprMFSPR>; 2224 def MTSPR : XFXForm_1<31, 467, (outs), (ins i32imm:$SPR, gprc:$RT), 2225 "mtspr $SPR, $RT", IIC_SprMTSPR>; 2227 def MFTB : XFXForm_1<31, 371, (outs gprc:$RT), (ins i32imm:$SPR), 2228 "mftb $RT, $SPR", IIC_SprMFTB>; 3427 // FIXME: For B=0 or B > 8, the registers following RT are used. 3429 def LSWI : XForm_base_r3xo<31, 597, (outs gprc:$RT), (ins gprc:$A, u5imm:$B), 3430 "lswi $RT, $A, $B", IIC_LdStLoad, []>; 3432 // FIXME: For B=0 or B > 8, the registers following RT are used. [all …]
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ppc-opc.c | 394 #define RT RS macro 1716 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1717 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1718 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1719 { "macchwo.", XO(4,172,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1720 { "macchws", XO(4,236,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1721 { "macchws.", XO(4,236,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1722 { "macchwso", XO(4,236,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1723 { "macchwso.", XO(4,236,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1724 { "macchwsu", XO(4,204,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, [all …]
|
| /NextBSD/sbin/routed/ |
| HD | output.c | 444 #define RT ((struct rt_entry *)rn) in walk_supply() macro 454 if ((RT->rt_state & RS_IF) in walk_supply() 455 && RT->rt_ifp != 0 in walk_supply() 456 && (RT->rt_ifp->int_state & IS_PASSIVE) in walk_supply() 457 && !(RT->rt_state & RS_MHOME)) in walk_supply() 465 && !(RT->rt_state & RS_MHOME)) in walk_supply() 468 dst = RT->rt_dst; in walk_supply() 475 if (RT->rt_state & RS_NET_SYN) { in walk_supply() 476 if (RT->rt_state & RS_NET_INT) { in walk_supply() 481 ntohl(dst), RT->rt_mask)) in walk_supply() [all …]
|
| HD | table.c | 1400 #undef RT in kern_out() 1409 #define RT ((struct rt_entry *)rn) in walk_kern() macro 1415 if (RT->rt_state & RS_NET_SYN) in walk_kern() 1418 if (!(RT->rt_state & RS_IF)) { in walk_kern() 1431 if (RT_ISHOST(RT) in walk_kern() 1432 && ntohl(RT->rt_dst) == RT->rt_gate) in walk_kern() 1439 if (RT->rt_ifp != 0 && (RT->rt_ifp->int_state & IS_EXTERNAL)) in walk_kern() 1453 if (RT->rt_ifp == 0 in walk_kern() 1454 || (RT->rt_ifp->int_state & IS_REMOTE)) in walk_kern() 1463 if ((RT->rt_state & RS_RDISC) && rip_sock < 0) in walk_kern() [all …]
|
| HD | trace.c | 834 #define RT ((struct rt_entry *)rn) in walk_trace() macro 839 rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate)); in walk_trace() 840 print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp)); in walk_trace() 841 trace_bits(rs_bits, RT->rt_state, 0); in walk_trace() 842 if (RT->rt_poison_time >= now_garbage in walk_trace() 843 && RT->rt_poison_metric < RT->rt_metric) in walk_trace() 845 RT->rt_poison_metric, ts(RT->rt_poison_time)); in walk_trace() 847 rts = &RT->rt_spares[1]; in walk_trace()
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | st-pincfg.h | 19 #define RT (1 << 23) macro 50 #define SE_NICLK_IO (RT) 55 #define SE_ICLK_IO (RT | INVERTCLK) 60 #define DE_IO (RT | DOUBLE_EDGE) 65 #define ICLK (RT | CLKNOTDATA | INVERTCLK) 70 #define NICLK (RT | CLKNOTDATA)
|
| HD | bcm47081-asus-rt-n18u.dts | 3 * DTS for Asus RT-N18U 16 model = "Asus RT-N18U (BCM47081)";
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | ReturnUndefChecker.cpp | 47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local 58 if (!RT.isNull() && RT->isVoidType()) in checkPreStmt() 64 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) && in checkPreStmt() 72 if (RT.isNull()) in checkPreStmt() 75 if (RT->isReferenceType()) { in checkPreStmt()
|
| HD | LLVMConventionsChecker.cpp | 31 const RecordType *RT = T->getAs<RecordType>(); in IsLLVMStringRef() local 32 if (!RT) in IsLLVMStringRef() 35 return StringRef(QualType(RT, 0).getAsString()) == in IsLLVMStringRef() 251 if (const RecordType *RT = T->getAs<RecordType>()) { in Visit() local 252 const RecordDecl *RD = RT->getDecl()->getDefinition(); in Visit()
|
| HD | CastSizeChecker.cpp | 51 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize() local 52 if (!RT) in evenFlexibleArraySize() 55 const RecordDecl *RD = RT->getDecl(); in evenFlexibleArraySize()
|
| /NextBSD/contrib/llvm/tools/lli/ChildTarget/ |
| HD | ChildTarget.cpp | 19 RemoteTarget *RT; member in LLIChildTarget 49 ThisChild.RT = new RemoteTarget(); in main() 57 delete ThisChild.RT; in main() 89 RT->stop(); in handleMessage() 116 RT->allocateSpace(AllocSize, Alignment, Addr); in handleAllocateSpace() 135 if (!RT->isAllocatedMemory(Addr, BufferSize)) in handleLoadSection() 166 RT->executeCode(Addr, Result); in handleExecute()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenTypes.cpp | 162 if (const auto *RT = T->getAs<RecordType>()) in isSafeToConvert() local 163 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked); in isSafeToConvert() 207 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncParamTypeConvertible() local 208 if (!RT) return true; in isFuncParamTypeConvertible() 217 return isSafeToConvert(RT->getDecl(), *this); in isFuncParamTypeConvertible() 305 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local 306 return ConvertRecordDeclType(RT->getDecl()); in ConvertType() 489 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertType() local 490 ConvertRecordDeclType(RT->getDecl()); in ConvertType() 493 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertType() local [all …]
|
| HD | TargetInfo.cpp | 53 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT, in getRecordArgABI() argument 55 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl()); in getRecordArgABI() 63 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local 64 if (!RT) in getRecordArgABI() 66 return getRecordArgABI(RT, CXXABI); in getRecordArgABI() 200 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local 201 if (!RT) in isEmptyField() 208 if (isa<CXXRecordDecl>(RT->getDecl())) in isEmptyField() 218 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local 219 if (!RT) in isEmptyRecord() [all …]
|
| HD | CGCXX.cpp | 288 const RecordType *RT = T->getAs<RecordType>(); in BuildAppleKextVirtualCall() local 289 assert(RT && "BuildAppleKextVirtualCall - Qual type must be record"); in BuildAppleKextVirtualCall() 290 const auto *RD = cast<CXXRecordDecl>(RT->getDecl()); in BuildAppleKextVirtualCall()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ItaniumCXXABI.cpp | 43 const RecordType *RT = VD.getType()->getAs<RecordType>(); in findAnonymousUnionVarDeclName() local 44 assert(RT && "type of VarDecl is expected to be RecordType."); in findAnonymousUnionVarDeclName() 45 assert(RT->getDecl()->isUnion() && "RecordType is expected to be a union."); in findAnonymousUnionVarDeclName() 46 if (const FieldDecl *FD = RT->getDecl()->findFirstNamedDataMember()) { in findAnonymousUnionVarDeclName()
|
| HD | Type.cpp | 358 if (const RecordType *RT = getAs<RecordType>()) in isClassType() local 359 return RT->getDecl()->isClass(); in isClassType() 363 if (const RecordType *RT = getAs<RecordType>()) in isStructureType() local 364 return RT->getDecl()->isStruct(); in isStructureType() 368 if (const RecordType *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local 369 return RT->getDecl()->hasAttr<ObjCBoxableAttr>(); in isObjCBoxableRecordType() 373 if (const RecordType *RT = getAs<RecordType>()) in isInterfaceType() local 374 return RT->getDecl()->isInterface(); in isInterfaceType() 378 if (const RecordType *RT = getAs<RecordType>()) { in isStructureOrClassType() local 379 RecordDecl *RD = RT->getDecl(); in isStructureOrClassType() [all …]
|
| /NextBSD/contrib/compiler-rt/ |
| HD | README.txt | 1 Compiler-RT 7 Compiler-RT is open source software. You may freely distribute it under the
|
| HD | CREDITS.TXT | 19 D: CMake'ify Compiler-RT build system 20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmtAsm.cpp | 581 const RecordType *RT = nullptr; in LookupInlineAsmField() local 584 RT = VD->getType()->getAs<RecordType>(); in LookupInlineAsmField() 587 RT = TD->getUnderlyingType()->getAs<RecordType>(); in LookupInlineAsmField() 589 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField() 590 if (!RT) in LookupInlineAsmField() 593 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0)) in LookupInlineAsmField() 599 if (!LookupQualifiedName(FieldResult, RT->getDecl())) in LookupInlineAsmField() 607 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl()); in LookupInlineAsmField()
|
| HD | SemaExceptionSpec.cpp | 93 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType() local 94 PointeeT = RT->getPointeeType(); in CheckSpecifiedExceptionType() 97 if (RT->isRValueReferenceType()) { in CheckSpecifiedExceptionType() 874 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow() local 875 FT = RT->getPointeeType()->getAs<FunctionProtoType>(); in canCalleeThrow() 912 const RecordType *RT = Op->getType()->getAs<RecordType>(); in canTypeidThrow() local 913 if (!RT) in canTypeidThrow() 916 if (!cast<CXXRecordDecl>(RT->getDecl())->isPolymorphic()) in canTypeidThrow() 1008 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow() local 1009 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in canThrow()
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | priclass_example.txt | 40 RT 70 The RT real time class had 110 samples in the 100 to 109 priority range. 73 reason, the RT class trumps both TS and IA. I created these events by
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | ibm6000 | 4 # ibm6000: file(1) magic for RS/6000 and the RT PC. 9 #0 beshort 0x0103 executable (RT Version 2) or obj module
|
| HD | pdp | 19 >68 ulelong !0x00000058 PDP-11 UNIX/RT ldp 21 #>>15 byte !0 PDP-11 UNIX/RT ldp
|
| /NextBSD/contrib/llvm/include/llvm/TableGen/ |
| HD | Record.h | 87 static bool classof(const RecTy *RT) { in classof() argument 88 return RT->getRecTyKind() == BitRecTyKind; in classof() 105 static bool classof(const RecTy *RT) { in classof() argument 106 return RT->getRecTyKind() == BitsRecTyKind; in classof() 125 static bool classof(const RecTy *RT) { in classof() argument 126 return RT->getRecTyKind() == IntRecTyKind; in classof() 143 static bool classof(const RecTy *RT) { in classof() argument 144 return RT->getRecTyKind() == StringRecTyKind; in classof() 161 static bool classof(const RecTy *RT) { in classof() argument 162 return RT->getRecTyKind() == ListRecTyKind; in classof() [all …]
|