| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A 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, 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 D | i386-opc.tbl | 412 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 D | i386-opc.h | 126 #define IsString 0x800000 /* quick test for string instructions */ macro
|
| H A D | ChangeLog | 152 (IsString): Likewise.
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 90 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 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.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 612 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 D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
| /freebsd-12.1/contrib/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,
|