| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| 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()
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | i386-tbl.h | 1048 W|No_sSuf|No_xSuf|IsString, 1051 W|No_sSuf|No_xSuf|IsString, 1055 W|No_sSuf|No_xSuf|IsString, 1058 W|No_sSuf|No_xSuf|IsString, 1062 W|No_sSuf|No_qSuf|No_xSuf|IsString, 1065 W|No_sSuf|No_qSuf|No_xSuf|IsString, 1069 W|No_sSuf|No_qSuf|No_xSuf|IsString, 1072 W|No_sSuf|No_qSuf|No_xSuf|IsString, 1076 W|No_sSuf|No_xSuf|IsString, 1079 W|No_sSuf|No_xSuf|IsString, [all …]
|
| D | i386-opc.tbl | 412 cmps, 0, 0xa6, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 } 413 cmps, 2, 0xa6, None, 0, W|No_sSuf|No_xSuf|IsString, { BaseIndex|Disp8|Disp16|Disp32|Disp32S|EsSeg, … 414 scmp, 0, 0xa6, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 } 415 scmp, 2, 0xa6, None, 0, W|No_sSuf|No_xSuf|IsString, { BaseIndex|Disp8|Disp16|Disp32|Disp32S|EsSeg, … 416 ins, 0, 0x6c, None, Cpu186, W|No_sSuf|No_qSuf|No_xSuf|IsString, { 0 } 417 ins, 2, 0x6c, None, Cpu186, W|No_sSuf|No_qSuf|No_xSuf|IsString, { InOutPortReg, BaseIndex|Disp8|Dis… 418 outs, 0, 0x6e, None, Cpu186, W|No_sSuf|No_qSuf|No_xSuf|IsString, { 0 } 419 outs, 2, 0x6e, None, Cpu186, W|No_sSuf|No_qSuf|No_xSuf|IsString, { BaseIndex|Disp8|Disp16|Disp32|Di… 420 lods, 0, 0xac, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 } 421 lods, 1, 0xac, None, 0, W|No_sSuf|No_xSuf|IsString, { BaseIndex|Disp8|Disp16|Disp32|Disp32S } [all …]
|
| D | i386-opc.h | 126 #define IsString 0x800000 /* quick test for string instructions */ macro
|
| D | ChangeLog | 152 (IsString): Likewise.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | WindowsResource.cpp | 100 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument 103 IsString = IDFlag != 0xffff; in readStringOrId() 105 if (IsString) { in readStringOrId() 215 if (S.IsString) { in printStringOrID() 323 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate() 324 Context[0].ID == /* RT_MANIFEST */ 24 && !Context[1].IsString && in shouldIgnoreDuplicate() 326 !Context[2].IsString && Context[2].ID == 0; in shouldIgnoreDuplicate()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-i386.c | 1803 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0) 2138 if (t->opcode_modifier & IsString) in parse_insn() 2147 if (!(t->opcode_modifier & IsString)) in parse_insn() 3428 else if ((i.tm.opcode_modifier & IsString) != 0) in process_operands() 5137 && (current_templates->start->opcode_modifier & IsString) == 0) in i386_operand() 6778 && (current_templates->start->opcode_modifier & IsString) == 0) in i386_intel_operand()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseDecl.cpp | 719 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local 720 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpecs() 729 if (IsString) { in ParseMicrosoftDeclSpecs()
|
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | ChangeLog-9899 | 4094 default_seg for IsString case.
|
| D | ChangeLog-0001 | 3746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
|