Home
last modified time | relevance | path

Searched refs:XRC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
Dppc-opc.c1397 #define XRC(op, xop, rc) (X ((op), (xop)) | ((rc) & 1)) macro
1403 #define X_MASK XRC (0x3f, 0x3ff, 1)
1764 { "mulchw", XRC(4,168,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
1765 { "mulchw.", XRC(4,168,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
1766 { "mulchwu", XRC(4,136,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
1767 { "mulchwu.", XRC(4,136,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
1768 { "mulhhw", XRC(4,40,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
1769 { "mulhhw.", XRC(4,40,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
1770 { "mulhhwu", XRC(4,8,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
1771 { "mulhhwu.", XRC(4,8,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3022 const Expr *XRC = X->getRequiresClause(); in isSameTemplateParameterList() local
3024 if (!XRC != !YRC) in isSameTemplateParameterList()
3026 if (XRC) { in isSameTemplateParameterList()
3028 XRC->Profile(XRCID, C, /*Canonical=*/true); in isSameTemplateParameterList()
3146 const Expr *XRC = FuncX->getTrailingRequiresClause(); in isSameEntity() local
3148 if (!XRC != !YRC) in isSameEntity()
3150 if (XRC) { in isSameEntity()
3152 XRC->Profile(XRCID, C, /*Canonical=*/true); in isSameEntity()