Searched refs:IsPrefix (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | i386-tbl.h | 1835 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 …]
|
| D | i386-opc.tbl | 763 …, 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 …]
|
| D | i386-opc.h | 130 #define IsPrefix 0x2000000 /* opcode is a prefix */ macro
|
| D | ChangeLog | 154 (IsPrefix): Likewise.
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| D | ObjCMT.cpp | 1183 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/ |
| D | X86AsmParser.cpp | 3267 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/ |
| D | tc-i386.c | 1987 && (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/ |
| D | SemaExpr.cpp | 13366 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/ |
| D | ChangeLog-9103 | 1531 bit form of ljmp. Add IsPrefix modifier to prefixes. Add addr32,
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | ChangeLog-9899 | 3448 * config/tc-i386.h (IsPrefix): Define.
|
| D | ChangeLog-0001 | 3746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
|