Home
last modified time | relevance | path

Searched refs:CSD (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/ntp/html/hints/
H A Drefclocks31 127.127.13.x Leitch: CSD 5300 Master Clock System Driver
/freebsd-13.1/contrib/ntp/
H A DREADME.refclocks20 ATOM_LEITCH 13 /* Leitch CSD 5300 Master Clock */
H A Dconfigure.ac2223 AC_MSG_CHECKING([Leitch CSD 5300 Master Clock System Driver])
2228 [+ Leitch CSD 5300 Master Clock System Driver]
2237 [Leitch CSD 5300 Master Clock System Driver?])
H A Dconfig.h.in84 /* Leitch CSD 5300 Master Clock System Driver? */
H A DChangeLog4524 * [Bug 569] Use the correct precision for the Leitch CSD-5300.
H A DCommitLog200932 [Bug 569] Use the correct precision for the Leitch CSD-5300
200935 [Bug 569] Use the correct precision for the Leitch CSD-5300
200938 [Bug 569] Use the correct precision for the Leitch CSD-5300
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp512 auto *CSD = dyn_cast<ConstantSDNode>(V.getOperand(1)); in isWorthFoldingSHL() local
513 if (!CSD) in isWorthFoldingSHL()
515 unsigned ShiftVal = CSD->getZExtValue(); in isWorthFoldingSHL()
615 ConstantSDNode *CSD = dyn_cast<ConstantSDNode>(N.getOperand(1)); in getExtendTypeForNode() local
616 if (!CSD) in getExtendTypeForNode()
618 uint64_t AndMask = CSD->getZExtValue(); in getExtendTypeForNode()
806 if (!CSD) in SelectArithExtendedRegister()
808 ShiftVal = CSD->getZExtValue(); in SelectArithExtendedRegister()
1031 ConstantSDNode *CSD = dyn_cast<ConstantSDNode>(N.getOperand(1)); in SelectExtendedSHL() local
1032 if (!CSD || (CSD->getZExtValue() & 0x7) != CSD->getZExtValue()) in SelectExtendedSHL()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1464 char *CSD = reinterpret_cast<char *>( in computeHostNumPhysicalCores() local
1466 return reinterpret_cast<int &>(CSD[CSD_NUMBER_ONLINE_STANDARD_CPS]); in computeHostNumPhysicalCores()