Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.tbl919 addr16, 0x67, i386&No64, Size16|IgnoreSize|NoSuf|IsPrefix, {}
920 addr32, 0x67, i386, Size32|IgnoreSize|NoSuf|IsPrefix, {}
921 aword, 0x67, i386&No64, Size16|IgnoreSize|NoSuf|IsPrefix, {}
922 adword, 0x67, i386, Size32|IgnoreSize|NoSuf|IsPrefix, {}
923 data16, 0x66, i386, Size16|IgnoreSize|NoSuf|IsPrefix, {}
924 data32, 0x66, i386&No64, Size32|IgnoreSize|NoSuf|IsPrefix, {}
925 word, 0x66, i386, Size16|IgnoreSize|NoSuf|IsPrefix, {}
926 dword, 0x66, i386&No64, Size32|IgnoreSize|NoSuf|IsPrefix, {}
927 lock, 0xf0, 0, NoSuf|IsPrefix, {}
928 wait, 0x9b, 0, NoSuf|IsPrefix, {}
[all …]
H A Di386-opc.h627 IsPrefix, enumerator
H A DChangeLog-2007132 (IsPrefix): Updated.
233 (IsPrefix): Updated.
817 (IsPrefix): Likewise.
1374 (IsPrefix): Likewise.
H A Di386-gen.c473 BITFIELD (IsPrefix),
H A DChangeLog848 * i386-gen.c (process_i386_opcode_modifier): Drop IsPrefix
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h531 IsPrefix, enumerator
H A Di386-opc.tbl818 …ne, Cpu386|CpuNo64, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
819 …0x67, None, Cpu386, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
820 …ne, Cpu386|CpuNo64, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
821 …0x67, None, Cpu386, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
822 …0x66, None, Cpu386, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
823 …ne, Cpu386|CpuNo64, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
824 …0x66, None, Cpu386, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
825 …ne, Cpu386|CpuNo64, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
826 lock, 0xf0, None, 0, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
827 wait, 0x9b, None, 0, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsPrefix, {}
[all …]
H A DChangeLog-2007132 (IsPrefix): Updated.
233 (IsPrefix): Updated.
817 (IsPrefix): Likewise.
1374 (IsPrefix): Likewise.
H A Di386-gen.c712 BITFIELD (IsPrefix),
H A DChangeLog689 * i386-gen.c (process_i386_opcode_modifier): Drop IsPrefix
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1183 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local
1186 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
1188 if (IsPrefix || getterNameString.startswith("get")) { in migrateProperty()
1189 LengthOfPrefix = (IsPrefix ? 2 : 3); in migrateProperty()
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2007132 (IsPrefix): Updated.
233 (IsPrefix): Updated.
817 (IsPrefix): Likewise.
1374 (IsPrefix): Likewise.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2007132 (IsPrefix): Updated.
233 (IsPrefix): Updated.
817 (IsPrefix): Likewise.
1374 (IsPrefix): Likewise.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3266 bool IsPrefix = in ParseInstruction() local
3341 IsPrefix = false; in ParseInstruction()
3358 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()
3395 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp13245 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
13292 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
13320 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A DChangeLog-91031531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
/netbsd-src/external/gpl3/gdb/dist/include/opcode/
H A DChangeLog-91031531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A DChangeLog-91031531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/
H A DChangeLog-91031531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-98993448 * config/tc-i386.h (IsPrefix): Define.
H A DChangeLog-00013736 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-98993448 * config/tc-i386.h (IsPrefix): Define.
H A DChangeLog-00013736 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,