Searched refs:UPD (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/lgpl3/gmp/dist/mpn/ia64/ |
| H A D | lorrshift.asm | 109 ld8 r10 = [up], UPD C M01 117 .Lb00: ld8 r19 = [up], UPD 119 ld8 r16 = [up], UPD 121 ld8 r17 = [up], UPD 139 .grt4: ld8 r18 = [up], UPD 143 ld8 r19 = [up], UPD 147 ld8 r16 = [up], UPD 152 ld8 r17 = [up], UPD 161 .grt1: ld8 r18 = [up], UPD 163 ld8 r19 = [up], UPD [all …]
|
| H A D | lshiftc.asm | 61 define(`UPD',`-8') 96 ld8 r10 = [up], UPD C M01 105 ld8 r19 = [up], UPD 107 ld8 r16 = [up], UPD 109 ld8 r17 = [up], UPD 133 }{.mmi; ld8 r18 = [up], UPD 140 }{.mmi; ld8 r19 = [up], UPD 147 }{.mmi; ld8 r16 = [up], UPD 154 }{.mib; ld8 r17 = [up], UPD 168 ld8 r18 = [up], UPD [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ScheduleAtom.td | 570 "MOV(UPS|UPD|DQU)mr", 588 "MOV(UPS|UPD|DQU)rm",
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11960 if (auto *UPD = dyn_cast<UsingPackDecl>(InstD)) in TransformOverloadExprDecls() local 11961 Decls = UPD->expansions(); in TransformOverloadExprDecls() 14327 if (auto *UPD = dyn_cast<UsingPackDecl>(D)) { in RebuildUnresolvedUsingType() local 14331 if (UPD->expansions().empty()) { in RebuildUnresolvedUsingType() 14333 << UPD->isCXXClassMember() << UPD; in RebuildUnresolvedUsingType() 14342 for (auto *E : UPD->expansions()) { in RebuildUnresolvedUsingType()
|
| H A D | SemaDeclCXX.cpp | 12263 auto *UPD = in BuildUsingPackDecl() local 12265 UPD->setAccess(InstantiatedFrom->getAccess()); in BuildUsingPackDecl() 12266 CurContext->addDecl(UPD); in BuildUsingPackDecl() 12267 return UPD; in BuildUsingPackDecl()
|