| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | i386.h | 832 {"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 D | ChangeLog-9103 | 1512 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | i386.h | 849 {"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 D | ChangeLog-9103 | 1531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 122 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 D | tc-i386.h | 249 #define IsPrefix 0x8000000 /* opcode is a prefix */ macro
|
| H A D | tc-i386.c | 1536 && (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 D | tc-i386.h | 239 #define IsPrefix 0x8000000 /* opcode is a prefix */ macro
|
| H A D | tc-i386.c | 1680 && (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 D | ObjCMT.cpp | 1182 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 D | X86AsmParser.cpp | 3335 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 D | SemaExpr.cpp | 14356 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 D | ChangeLog-9899 | 3448 * config/tc-i386.h (IsPrefix): Define.
|
| H A D | ChangeLog-0001 | 3746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-9899 | 3448 * config/tc-i386.h (IsPrefix): Define.
|
| H A D | ChangeLog-0001 | 3746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
|