/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | i386.h | 491 {"cmps", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 493 {"scmp", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 499 {"lods", 0, 0xac, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 502 {"slod", 0, 0xac, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 505 {"movs", 0, 0xa4, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 507 {"smov", 0, 0xa4, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 509 {"scas", 0, 0xae, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 512 {"ssca", 0, 0xae, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 515 {"stos", 0, 0xaa, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 518 {"ssto", 0, 0xaa, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, [all …]
|
H A D | ChangeLog-9103 | 1592 Add IsString flag to string instructions.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | i386.h | 506 {"cmps", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 508 {"scmp", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 514 {"lods", 0, 0xac, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 517 {"slod", 0, 0xac, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 520 {"movs", 0, 0xa4, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 522 {"smov", 0, 0xa4, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 524 {"scas", 0, 0xae, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 527 {"ssca", 0, 0xae, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 530 {"stos", 0, 0xaa, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 533 {"ssto", 0, 0xaa, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, [all …]
|
H A D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 235 bool IsString; member 239 StringOrID(uint32_t ID) : IsString(false), ID(ID) {} in StringOrID() 240 StringOrID(ArrayRef<UTF16> String) : IsString(true), String(String) {} in StringOrID()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 98 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument 101 IsString = IDFlag != 0xffff; in readStringOrId() 103 if (IsString) { in readStringOrId() 213 if (S.IsString) { in printStringOrID() 321 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate() 322 Context[0].ID == /* RT_MANIFEST */ 24 && !Context[1].IsString && in shouldIgnoreDuplicate() 324 !Context[2].IsString && Context[2].ID == 0; in shouldIgnoreDuplicate()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-i386.h | 247 #define IsString 0x2000000 /* quick test for string instructions */ macro
|
H A D | tc-i386.c | 1357 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0) 1653 && !(current_templates->start->opcode_modifier & IsString)) 2650 else if ((i.tm.opcode_modifier & IsString) != 0) in process_operands() 4154 && (current_templates->start->opcode_modifier & IsString) == 0) 5492 && (current_templates->start->opcode_modifier & IsString) == 0)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-i386.h | 237 #define IsString 0x2000000 /* quick test for string instructions */ macro
|
H A D | tc-i386.c | 1498 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0) 1831 if (t->opcode_modifier & IsString) 1840 if (!(t->opcode_modifier & IsString)) 2931 else if ((i.tm.opcode_modifier & IsString) != 0) in process_operands() 4580 && (current_templates->start->opcode_modifier & IsString) == 0) 6125 && (current_templates->start->opcode_modifier & IsString) == 0)
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 149 bool IsString = stripQuotes(Str, IsLongString); in processString() local 168 if (!IsString) { in processString()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 770 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local 771 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpecs() 780 if (IsString) { in ParseMicrosoftDeclSpecs()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9899 | 4094 default_seg for IsString case.
|
H A D | ChangeLog-0001 | 3746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9899 | 4094 default_seg for IsString case.
|
H A D | ChangeLog-0001 | 3746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
|