Home
last modified time | relevance | path

Searched refs:IsPrefix (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Di386.h832 {"addr16", 0, 0x67, X, Cpu386, NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
833 {"addr32", 0, 0x67, X, Cpu386, NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
834 {"aword", 0, 0x67, X, Cpu386, NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
835 {"adword", 0, 0x67, X, Cpu386, NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
837 {"data16", 0, 0x66, X, Cpu386, NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
838 {"data32", 0, 0x66, X, Cpu386, NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
839 {"word", 0, 0x66, X, Cpu386, NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
840 {"dword", 0, 0x66, X, Cpu386, NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
842 {"lock", 0, 0xf0, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
843 {"wait", 0, 0x9b, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
[all …]
H A DChangeLog-91031512 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Di386.h849 {"addr16", 0, 0x67, X, Cpu386|CpuNo64, NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
850 {"addr32", 0, 0x67, X, Cpu386,NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
851 {"aword", 0, 0x67, X, Cpu386|CpuNo64,NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
852 {"adword", 0, 0x67, X, Cpu386,NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
854 {"data16", 0, 0x66, X, Cpu386,NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
855 {"data32", 0, 0x66, X, Cpu386|CpuNo64,NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
856 {"word", 0, 0x66, X, Cpu386,NoSuf|IsPrefix|Size16|IgnoreSize, { 0, 0, 0} },
857 {"dword", 0, 0x66, X, Cpu386|CpuNo64,NoSuf|IsPrefix|Size32|IgnoreSize, { 0, 0, 0} },
859 {"lock", 0, 0xf0, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
860 {"wait", 0, 0x9b, X, 0, NoSuf|IsPrefix, { 0, 0, 0} },
[all …]
H A DChangeLog-91031531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp122 char &PreviousCharInNeedle, bool IsPrefix = false) { in startsWith() argument
161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.h249 #define IsPrefix 0x8000000 /* opcode is a prefix */ macro
H A Dtc-i386.c1536 && (current_templates->start->opcode_modifier & IsPrefix))
2127 if ((t->opcode_modifier & (IsPrefix | IgnoreSize)) in match_template()
2128 == (IsPrefix | IgnoreSize)) in match_template()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.h239 #define IsPrefix 0x8000000 /* opcode is a prefix */ macro
H A Dtc-i386.c1680 && (current_templates->start->opcode_modifier & IsPrefix))
2354 if ((t->opcode_modifier & (IsPrefix | IgnoreSize)) in match_template()
2355 == (IsPrefix | IgnoreSize)) in match_template()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp1182 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local
1185 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
1187 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()
1188 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3335 bool IsPrefix = in ParseInstruction() local
3410 IsPrefix = false; in ParseInstruction()
3427 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()
3464 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14356 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
14403 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
14431 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-98993448 * config/tc-i386.h (IsPrefix): Define.
H A DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-98993448 * config/tc-i386.h (IsPrefix): Define.
H A DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,