Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/opcodes/
Di386-tbl.h1835 Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1838 Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1841 Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1844 Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1847 Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1850 Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1853 Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1856 Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1859 No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
1862 No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix,
[all …]
Di386-opc.tbl763 …, Cpu386|CpuNo64, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
764 …67, None, Cpu386, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
765 …, Cpu386|CpuNo64, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
766 …67, None, Cpu386, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
767 …66, None, Cpu386, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
768 …, Cpu386|CpuNo64, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
769 …66, None, Cpu386, Size16|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
770 …, Cpu386|CpuNo64, Size32|IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
771 lock, 0, 0xf0, None, 0, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
772 wait, 0, 0x9b, None, 0, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|IsPrefix, { 0 }
[all …]
Di386-opc.h130 #define IsPrefix 0x2000000 /* opcode is a prefix */ macro
DChangeLog154 (IsPrefix): Likewise.
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3267 bool IsPrefix = in ParseInstruction() local
3342 IsPrefix = false; in ParseInstruction()
3359 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) { in ParseInstruction()
3396 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-i386.c1987 && (current_templates->start->opcode_modifier & IsPrefix)) in parse_insn()
2757 if ((t->opcode_modifier & (IsPrefix | IgnoreSize)) in match_template()
2758 == (IsPrefix | IgnoreSize)) in match_template()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp13366 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand() argument
13413 IsInc, IsPrefix); in CheckIncrementDecrementOperand()
13441 if (IsPrefix && S.getLangOpts().CPlusPlus) { in CheckIncrementDecrementOperand()
/freebsd-12-stable/contrib/binutils/include/opcode/
DChangeLog-91031531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-98993448 * config/tc-i386.h (IsPrefix): Define.
DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,