Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/opcodes/
H A 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,
1076 W|No_sSuf|No_xSuf|IsString,
1079 W|No_sSuf|No_xSuf|IsString,
1082 W|No_sSuf|No_xSuf|IsString,
1086 W|No_sSuf|No_xSuf|IsString,
1089 W|No_sSuf|No_xSuf|IsString,
1092 W|No_sSuf|No_xSuf|IsString,
[all …]
H A Di386-opc.tbl412 cmps, 0, 0xa6, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
414 scmp, 0, 0xa6, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
416 ins, 0, 0x6c, None, Cpu186, W|No_sSuf|No_qSuf|No_xSuf|IsString, { 0 }
420 lods, 0, 0xac, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
423 slod, 0, 0xac, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
426 movs, 0, 0xa4, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
428 smov, 0, 0xa4, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
430 scas, 0, 0xae, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
433 ssca, 0, 0xae, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
436 stos, 0, 0xaa, None, 0, W|No_sSuf|No_xSuf|IsString, { 0 }
[all …]
H A Di386-opc.h126 #define IsString 0x800000 /* quick test for string instructions */ macro
H A DChangeLog152 (IsString): Likewise.
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp90 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument
93 IsString = IDFlag != 0xffff; in readStringOrId()
95 if (IsString) { in readStringOrId()
/freebsd-12.1/contrib/binutils/gas/config/
H A 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.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp612 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local
613 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpecs()
622 if (IsString) { in ParseMicrosoftDeclSpecs()
/freebsd-12.1/contrib/binutils/include/opcode/
H A DChangeLog-91031611 Add IsString flag to string instructions.
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-98994094 default_seg for IsString case.
H A DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,