Searched refs:IsString (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/binutils/opcodes/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | i386-opc.h | 124 #define IsString 0x800000 /* quick test for string instructions */ macro
|
| HD | ChangeLog | 152 (IsString): Likewise.
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | 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()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 556 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local 557 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpecs() 566 if (IsString) { in ParseMicrosoftDeclSpecs()
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-9899 | 4094 default_seg for IsString case.
|
| HD | ChangeLog-0001 | 3746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
|