Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Di386.h506 {"cmps", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} },
507 {"cmps", 2, 0xa6, X, 0, bwlq_Suf|W|IsString, { AnyMem|EsSeg, AnyMem, 0} },
508 {"scmp", 0, 0xa6, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} },
509 {"scmp", 2, 0xa6, X, 0, bwlq_Suf|W|IsString, { AnyMem|EsSeg, AnyMem, 0} },
510 {"ins", 0, 0x6c, X, Cpu186, bwl_Suf|W|IsString, { 0, 0, 0} },
511 {"ins", 2, 0x6c, X, Cpu186, bwl_Suf|W|IsString, { InOutPortReg, AnyMem|EsSeg, 0} },
512 {"outs", 0, 0x6e, X, Cpu186, bwl_Suf|W|IsString, { 0, 0, 0} },
513 {"outs", 2, 0x6e, X, Cpu186, bwl_Suf|W|IsString, { AnyMem, InOutPortReg, 0} },
514 {"lods", 0, 0xac, X, 0, bwlq_Suf|W|IsString, { 0, 0, 0} },
515 {"lods", 1, 0xac, X, 0, bwlq_Suf|W|IsString, { AnyMem, 0, 0} },
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.h234 #define IsString 0x2000000 /* quick test for string instructions */ macro
Dtc-i386.c1463 if ((i.tm.opcode_modifier & IsString) != 0 && i.mem_operands != 0)
1787 if (t->opcode_modifier & IsString)
1796 if (!(t->opcode_modifier & IsString))
2847 else if ((i.tm.opcode_modifier & IsString) != 0) in process_operands()
4415 && (current_templates->start->opcode_modifier & IsString) == 0)
5824 && (current_templates->start->opcode_modifier & IsString) == 0)