Searched refs:IsPrefix (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Di386-opc.h128 #define IsPrefix 0x2000000 /* opcode is a prefix */ macro
H A 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...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp240 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, function
260 return Low != Set.end() && IsPrefix(*Low, Indices);
279 if (IsPrefix(*Low, ToMark))
292 while (Low != End && IsPrefix(ToMark, *Low)) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1058 bool IsPrefix = getterNameString.startswith("is"); local
1061 if (IsPrefix && GRT->isObjCRetainableType())
1063 if (IsPrefix || getterNameString.startswith("get")) {
1064 LengthOfPrefix = (IsPrefix ? 2 : 3);
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-i386.c1991 && (current_templates->start->opcode_modifier & IsPrefix))
2761 if ((t->opcode_modifier & (IsPrefix | IgnoreSize))
2762 == (IsPrefix | IgnoreSize))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8536 bool IsInc, bool IsPrefix) {
8581 IsInc, IsPrefix);
8599 if (IsPrefix && S.getLangOpts().CPlusPlus) {
8533 CheckIncrementDecrementOperand(Sema &S, Expr *Op, ExprValueKind &VK, SourceLocation OpLoc, bool IsInc, bool IsPrefix) argument

Completed in 209 milliseconds