| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | i386.h | 491 {"cmps", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 492 {"cmps", 2, 0xa6, X, 0, bwlq_Suf|W|IsString, { AnyMem|EsSeg, AnyMem, 0} }, 493 {"scmp", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 494 {"scmp", 2, 0xa6, X, 0, bwlq_Suf|W|IsString, { AnyMem|EsSeg, AnyMem, 0} }, 495 {"ins", 0, 0x6c, X, Cpu186, bwl_Suf|W|IsString, { 0, 0, 0} }, 496 {"ins", 2, 0x6c, X, Cpu186, bwl_Suf|W|IsString, { InOutPortReg, AnyMem|EsSeg, 0} }, 497 {"outs", 0, 0x6e, X, Cpu186, bwl_Suf|W|IsString, { 0, 0, 0} }, 498 {"outs", 2, 0x6e, X, Cpu186, bwl_Suf|W|IsString, { AnyMem, InOutPortReg, 0} }, 499 {"lods", 0, 0xac, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 500 {"lods", 1, 0xac, X, 0, bwlq_Suf|W|IsString, { AnyMem, 0, 0} }, [all …]
|
| H A D | ChangeLog-9103 | 1592 Add IsString flag to string instructions.
|
| /openbsd-src/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} }, 507 {"cmps", 2, 0xa6, X, 0, bwlq_Suf|W|IsString, { AnyMem|EsSeg, AnyMem, 0} }, 508 {"scmp", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 509 {"scmp", 2, 0xa6, X, 0, bwlq_Suf|W|IsString, { AnyMem|EsSeg, AnyMem, 0} }, 510 {"ins", 0, 0x6c, X, Cpu186, bwl_Suf|W|IsString, { 0, 0, 0} }, 511 {"ins", 2, 0x6c, X, Cpu186, bwl_Suf|W|IsString, { InOutPortReg, AnyMem|EsSeg, 0} }, 512 {"outs", 0, 0x6e, X, Cpu186, bwl_Suf|W|IsString, { 0, 0, 0} }, 513 {"outs", 2, 0x6e, X, Cpu186, bwl_Suf|W|IsString, { AnyMem, InOutPortReg, 0} }, 514 {"lods", 0, 0xac, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} }, 515 {"lods", 1, 0xac, X, 0, bwlq_Suf|W|IsString, { AnyMem, 0, 0} }, [all …]
|
| H A D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
| /openbsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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,
|
| /openbsd-src/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,
|