Home
last modified time | relevance | path

Searched refs:IsString (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWindowsResource.h235 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/
Di386-tbl.h1048 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 …]
Di386-opc.tbl412 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 …]
Di386-opc.h126 #define IsString 0x800000 /* quick test for string instructions */ macro
DChangeLog152 (IsString): Likewise.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWindowsResource.cpp100 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/
Dtc-i386.c1803 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/
DParseDecl.cpp719 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/
DChangeLog-91031611 Add IsString flag to string instructions.
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-98994094 default_seg for IsString case.
DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,