| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | i386-opc.tbl | 184 mov, 0xa0, No64, D|W|CheckOperandSize|No_sSuf|No_qSuf, { Disp16|Disp32|Unspecified|Byte|Word|Dword,… 185 mov, 0xa0, x64, D|W|CheckOperandSize|No_sSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|Byte|… 186 movabs, 0xa0, x64, D|W|CheckOperandSize|No_sSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|By… 187 …|No_sSuf|HLEPrefixRelease, { Reg8|Reg16|Reg32|Reg64, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex } 191 …LEPrefixRelease|Optimize, { Imm8|Imm16|Imm32|Imm32S, Reg8|Reg16|Reg32|Reg64|Unspecified|BaseIndex } 200 mov, 0x8c, 0, D|Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf, { SReg, Word|Unspecified|BaseInde… 211 movbe, 0x0f38f0, Movbe, D|Modrm|CheckOperandSize|No_bSuf|No_sSuf, { Word|Dword|Qword|Unspecified|Ba… 212 …D|Modrm|CheckOperandSize|No_bSuf|No_sSuf|EVexMap4, { Reg16|Reg32|Reg64|Unspecified|BaseIndex, Reg1… 215 movsb, 0xfbe, i386, Modrm|No_bSuf|No_sSuf, { Reg8|Unspecified|BaseIndex, Reg16|Reg32|Reg64 } 216 movsw, 0xfbf, i386, Modrm|No_bSuf|No_wSuf|No_sSuf, { Reg16|Unspecified|BaseIndex, Reg32|Reg64 } [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | i386-opc.tbl | 130 mov, 0xa0, None, CpuNo64, D|W|No_sSuf|No_qSuf|No_ldSuf, { Disp16|Disp32|Unspecified|Byte|Word|Dword… 131 mov, 0xa0, None, Cpu64, D|W|No_sSuf|No_ldSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|Byte|… 132 movabs, 0xa0, None, Cpu64, D|W|No_sSuf|No_ldSuf, { Disp64|Unspecified|Byte|Word|Dword|Qword, Acc|By… 133 …4, D|Size64|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf, { Disp64|Unspecified|Qword, Acc|Qwor… 134 …ase, { Reg8|Reg16|Reg32|Reg64, Reg8|Reg16|Reg32|Reg64|Byte|Word|Dword|Qword|Unspecified|BaseIndex } 135 …wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|HLEPrefixRelease, { Reg64, Reg64|Unspecified|Qword|BaseIndex… 139 …ze, { Imm8|Imm16|Imm32|Imm32S, Reg8|Reg16|Reg32|Reg64|Byte|Word|Dword|Qword|Unspecified|BaseIndex } 140 …f|No_sSuf|No_qSuf|No_ldSuf|HLEPrefixRelease|Optimize, { Imm32S, Reg64|Qword|Unspecified|BaseIndex } 150 …, D|Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf, { SReg, Word|Unspecified|BaseIndex } 164 movbe, 0x0f38f0, None, CpuMovbe, Modrm|No_bSuf|No_sSuf|No_ldSuf, { Word|Dword|Qword|Unspecified|Bas… [all …]
|
| H A D | i386-opc.h | 862 Unspecified, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 90 else if (Attrs.UnrollEnable != LoopAttributes::Unspecified || in createPartialUnrollMetadata() 218 else if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 219 Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 221 Attrs.VectorizeScalable != LoopAttributes::Unspecified) in createLoopVectorizeMetadata() 256 if (Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 277 if (Attrs.VectorizeScalable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 303 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 448 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes() 449 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 450 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes() [all …]
|
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 35 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator 38 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator 40 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator 312 Unspecified, enumerator 356 Unspecified = 3, enumerator
|
| H A D | LangOptions.h | 190 Unspecified, enumerator 311 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 508 case TypeSpecifierWidth::Unspecified: in getSpecifierName() 531 case TypeSpecifierSign::Unspecified: in getSpecifierName() 592 case ConstexprSpecKind::Unspecified: in getSpecifierName() 698 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth() 722 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign() 1094 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec() 1125 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish() 1127 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish() 1146 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish() 1148 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish() [all …]
|
| H A D | SemaType.cpp | 1284 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType() 1295 if (DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified) in ConvertDeclSpecToType() 1312 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType() 1317 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType() 1322 assert(DS.getTypeSpecSign() == TypeSpecifierSign::Unspecified && in ConvertDeclSpecToType() 1387 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 1412 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 1456 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 1479 case TypeSpecifierWidth::Unspecified: in ConvertDeclSpecToType() 1574 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | target.h | 51 Unspecified, enumerator 64 Unspecified, enumerator 88 Unspecified, enumerator
|
| H A D | target.d | 302 Unspecified, enumerator 315 Unspecified, 347 Unspecified, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | CommonConfig.h | 29 Unspecified, enumerator 148 FileFormat InputFormat = FileFormat::Unspecified; 150 FileFormat OutputFormat = FileFormat::Unspecified;
|
| H A D | ConfigManager.cpp | 744 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 753 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 754 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions() 1350 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions() 1351 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 105 return Nullability::Unspecified; in getNullabilityAnnotation() 110 return Nullability::Unspecified; in getNullabilityAnnotation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 91 IO.enumCase(NK, "Unspecified", NullabilityKind::Unspecified); in enumeration() 95 IO.enumCase(NK, "Scalar", NullabilityKind::Unspecified); in enumeration() 100 IO.enumCase(NK, "U", NullabilityKind::Unspecified); in enumeration() 101 IO.enumCase(NK, "S", NullabilityKind::Unspecified); in enumeration()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | enableupdates6.out | 5 /// Unspecified ddns-domainname (default domain-name option value)
|
| H A D | ddnsupdstyle6.out | 7 /// Unspecified ddns-domainname (default domain-name option value)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 60 case Nullability::Unspecified: in getNullabilityString() 851 return Nullability::Unspecified; in getReceiverNullability() 935 ComputedNullab != Nullability::Unspecified) { in checkPostObjCMessage() 989 if (DestNullability == Nullability::Unspecified) in checkPostStmt() 1115 Nullability ValNullability = Nullability::Unspecified; in checkBind() 1123 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified; in checkBind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerHelpers.h | 60 Unspecified, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 45 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() 85 case Unspecified: in dump() 131 case Unspecified: in operator ==() 223 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create() 240 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 425 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec() 427 TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::Unspecified)), in DeclSpec() 435 static_cast<unsigned>(ConstexprSpecKind::Unspecified)), in DeclSpec() 623 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier() 625 getTypeSpecSign() != TypeSpecifierSign::Unspecified; in hasTypeSpecifier() 760 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier() 764 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
|
| H A D | TypeLoc.h | 606 return TypeSpecifierSign::Unspecified; in getWrittenSignSpec() 610 return getWrittenSignSpec() != TypeSpecifierSign::Unspecified; in hasWrittenSignSpec() 622 return TypeSpecifierWidth::Unspecified; in getWrittenWidthSpec() 626 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec() 661 wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in initializeLocal() 662 wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in initializeLocal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 190 return MSInheritanceModel::Unspecified; in calculateInheritanceModel()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 2052 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2079 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2104 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled() 2112 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 2125 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps() 2153 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
|