| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid64_sqrt.c | 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1, in bid64_sqrt() local 433 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1; in bid64_sqrt() 436 CSM.w[0] *= mul_factor; in bid64_sqrt() 438 __mul_64x64_to_128 (M256, CSM.w[0], CSM.w[0]); in bid64_sqrt() 471 CSM.w[0] = CS.w[0]; in bid64_sqrt() 472 C8.w[0] = CSM.w[0] << 1; in bid64_sqrt() 474 CSM.w[0] *= mul_factor; in bid64_sqrt() 475 __mul_64x64_to_128 (M256, CSM.w[0], CSM.w[0]); in bid64_sqrt()
|
| H A D | bid128_sqrt.c | 36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res; 160 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63); 161 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1; 164 __sqr128_to_256 (M256, CSM); 299 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res; 430 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63); 431 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1; 434 __sqr128_to_256 (M256, CSM);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid64_sqrt.c | 216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1, in bid64_sqrt() local 433 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1; in bid64_sqrt() 436 CSM.w[0] *= mul_factor; in bid64_sqrt() 438 __mul_64x64_to_128 (M256, CSM.w[0], CSM.w[0]); in bid64_sqrt() 471 CSM.w[0] = CS.w[0]; in bid64_sqrt() 472 C8.w[0] = CSM.w[0] << 1; in bid64_sqrt() 474 CSM.w[0] *= mul_factor; in bid64_sqrt() 475 __mul_64x64_to_128 (M256, CSM.w[0], CSM.w[0]); in bid64_sqrt()
|
| H A D | bid128_sqrt.c | 36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res; 160 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63); 161 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1; 164 __sqr128_to_256 (M256, CSM); 299 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res; 430 CSM.w[1] = (CS.w[1] << 1) | (CS.w[0] >> 63); 431 CSM.w[0] = (CS.w[0] + CS.w[0]) | 1; 434 __sqr128_to_256 (M256, CSM);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 6807 CXXSpecialMember CSM = getSpecialMember(M); in CheckCompletedCXXClass() local 6809 if (CSM != CXXInvalid) { in CheckCompletedCXXClass() 6810 M->setTrivial(SpecialMemberIsTrivial(M, CSM)); in CheckCompletedCXXClass() 6815 SpecialMemberIsTrivial(M, CSM, TAH_ConsiderTrivialABI)); in CheckCompletedCXXClass() 6822 if ((CSM == CXXCopyConstructor || CSM == CXXMoveConstructor || in CheckCompletedCXXClass() 6823 CSM == CXXDestructor) && M->isUserProvided()) { in CheckCompletedCXXClass() 6832 (CSM == CXXDefaultConstructor || CSM == CXXCopyConstructor || in CheckCompletedCXXClass() 6833 CSM == CXXDestructor)) in CheckCompletedCXXClass() 6967 Sema &S, CXXRecordDecl *Class, Sema::CXXSpecialMember CSM, in lookupCallFromSpecialMember() argument 6970 if (CSM == Sema::CXXCopyAssignment || CSM == Sema::CXXMoveAssignment) in lookupCallFromSpecialMember() [all …]
|
| H A D | SemaCUDA.cpp | 320 CXXSpecialMember CSM, in inferCUDATargetForImplicitSpecialMember() argument 366 LookupSpecialMember(BaseClassDecl, CSM, in inferCUDATargetForImplicitSpecialMember() 387 << (unsigned)CSM << InferredTarget.getValue() << BaseMethodTarget; in inferCUDATargetForImplicitSpecialMember() 409 LookupSpecialMember(FieldRecDecl, CSM, in inferCUDATargetForImplicitSpecialMember() 431 << (unsigned)CSM << InferredTarget.getValue() in inferCUDATargetForImplicitSpecialMember()
|
| H A D | SemaOverload.cpp | 11011 Sema::CXXSpecialMember CSM; in DiagnoseBadTarget() local 11017 CSM = Sema::CXXDefaultConstructor; in DiagnoseBadTarget() 11020 CSM = Sema::CXXCopyConstructor; in DiagnoseBadTarget() 11023 CSM = Sema::CXXMoveConstructor; in DiagnoseBadTarget() 11026 CSM = Sema::CXXCopyAssignment; in DiagnoseBadTarget() 11029 CSM = Sema::CXXMoveAssignment; in DiagnoseBadTarget() 11041 S.inferCUDATargetForImplicitSpecialMember(ParentClass, CSM, Meth, in DiagnoseBadTarget()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-pdp11.texi | 82 Enable (or disable) the use of the @code{CSM} instruction. 197 KD11-Z CPU. Enable extended instruction set, @code{CSM}, @code{MFPS}, 207 J11 CPU. Enable extended instruction set, @code{CSM}, @code{MFPS},
|
| H A D | as.info | 18843 Enable (or disable) the use of the ‘CSM’ instruction. 18918 KD11-Z CPU. Enable extended instruction set, ‘CSM’, ‘MFPS’, ‘MFPT’, 18926 J11 CPU. Enable extended instruction set, ‘CSM’, ‘MFPS’, ‘MFPT’,
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-pdp11.texi | 82 Enable (or disable) the use of the @code{CSM} instruction. 197 KD11-Z CPU. Enable extended instruction set, @code{CSM}, @code{MFPS}, 207 J11 CPU. Enable extended instruction set, @code{CSM}, @code{MFPS},
|
| H A D | as.info | 18412 Enable (or disable) the use of the `CSM' instruction. 18487 KD11-Z CPU. Enable extended instruction set, `CSM', `MFPS', 18495 J11 CPU. Enable extended instruction set, `CSM', `MFPS', `MFPT',
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 417 SourceManager &CSM) { in ConvertBackendLocation() argument 434 FileID FID = CSM.createFileID(std::move(CBuf)); in ConvertBackendLocation() 439 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset); in ConvertBackendLocation() 440 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
|
| /netbsd-src/distrib/sets/ |
| H A D | Makefile | 143 sort | ${TOOL_MTREE} -CSM -k all -R time -N ${NETBSDSRCDIR}/etc \
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3048 void DiagnoseNontrivial(const CXXRecordDecl *Record, CXXSpecialMember CSM); 3058 bool SpecialMemberIsTrivial(CXXMethodDecl *MD, CXXSpecialMember CSM, 3071 DefaultedFunctionKind(CXXSpecialMember CSM) in DefaultedFunctionKind() argument 3072 : SpecialMember(CSM), Comparison(DefaultedComparisonKind::None) {} in DefaultedFunctionKind() 5882 bool ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, 7145 CXXSpecialMember CSM); 12172 CXXSpecialMember CSM,
|
| /netbsd-src/share/misc/ |
| H A D | airport | 1517 CSM:Clinton-Sherman Airport, OK, USA
|
| /netbsd-src/share/terminfo/ |
| H A D | terminfo | 24188 # McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original,
|