Home
last modified time | relevance | path

Searched refs:SST (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp123 SemaSignatureTable &SST,
675 SemaSignatureTable &SST, in createRVVIntrinsicRecords() argument
677 SST.init(SemaRecords); in createRVVIntrinsicRecords()
684 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords()
685 R.SuffixIndex = SST.getIndex(SR.Suffix); in createRVVIntrinsicRecords()
686 R.OverloadedSuffixIndex = SST.getIndex(SR.OverloadedSuffix); in createRVVIntrinsicRecords()
714 SemaSignatureTable SST; in createSema() local
719 createRVVIntrinsicRecords(RVVIntrinsicRecords, SST, SemaRecords); in createSema()
723 SST.print(OS); in createSema()
/openbsd/share/zoneinfo/datfiles/
H A Dzonenow.tab31 # -11 - SST
32 XX -1416-17042 Pacific/Pago_Pago Midway; Samoa ("SST")
H A Daustralasia757 -11:00 - SST # S=Samoa
947 -11:00 - SST # S=Samoa
1048 # -11:00 SST Samoa
1210 # some sources use trailing "SST" or "ST" or "SuT" they are by far in
/openbsd/sys/dev/pci/drm/radeon/
H A Dsumod.h247 # define SST(x) ((x) << 0) macro
H A Drv770d.h250 # define SST(x) ((x) << 0) macro
H A Dsid.h296 # define SST(x) ((x) << 0) macro
H A Dcikd.h124 # define SST(x) ((x) << 0) macro
H A Dsumo_dpm.c470 WREG32(CG_SSP, SSTU(u) | SST(p)); in sumo_program_sstp()
H A Drv770_dpm.c871 WREG32(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT))); in rv770_program_sstp()
H A Dsi_dpm.c3775 WREG32(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT))); in si_program_sstp()
H A Dci_dpm.c2006 WREG32_SMC(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT))); in ci_program_sstp()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20010519-1.f524 & BNDBND, BNDTW, EBST, MBST, BBT, SST, GBEnr, GSBP
549 & MBST = 57, BBT = 58, SST = 59, GBEnr = 60,
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6277 VPStridedStoreSDNode *SST = cast<VPStridedStoreSDNode>(N); in WidenVecOp_VP_STRIDED_STORE() local
6278 SDValue Mask = SST->getMask(); in WidenVecOp_VP_STRIDED_STORE()
6279 SDValue StVal = SST->getValue(); in WidenVecOp_VP_STRIDED_STORE()
6299 SST->getChain(), DL, StVal, SST->getBasePtr(), SST->getOffset(), in WidenVecOp_VP_STRIDED_STORE()
6300 SST->getStride(), Mask, SST->getVectorLength(), SST->getMemoryVT(), in WidenVecOp_VP_STRIDED_STORE()
6301 SST->getMemOperand(), SST->getAddressingMode(), SST->isTruncatingStore(), in WidenVecOp_VP_STRIDED_STORE()
6302 SST->isCompressingStore()); in WidenVecOp_VP_STRIDED_STORE()
H A DSelectionDAG.cpp793 ID.AddInteger(SST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
794 ID.AddInteger(SST->getRawSubclassData()); in AddNodeIDCustom()
795 ID.AddInteger(SST->getPointerInfo().getAddrSpace()); in AddNodeIDCustom()
8751 auto *SST = cast<VPStridedStoreSDNode>(OrigStore); in getIndexedStridedStoreVP() local
8752 assert(SST->getOffset().isUndef() && in getIndexedStridedStoreVP()
8756 SST->getChain(), SST->getValue(), Base, Offset, SST->getStride(), in getIndexedStridedStoreVP()
8757 SST->getMask(), SST->getVectorLength()}; in getIndexedStridedStoreVP()
8760 ID.AddInteger(SST->getMemoryVT().getRawBits()); in getIndexedStridedStoreVP()
8761 ID.AddInteger(SST->getRawSubclassData()); in getIndexedStridedStoreVP()
8762 ID.AddInteger(SST->getPointerInfo().getAddrSpace()); in getIndexedStridedStoreVP()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dsid.h297 # define SST(x) ((x) << 0) macro
/openbsd/regress/lib/libc/regex/
H A Dtests324 [[:blank:]]+ - aSSTb SST
/openbsd/sys/dev/pci/
H A Dpcidevs3185 product EQUINOX SST64 0x0808 SST-64P
3186 product EQUINOX SST128 0x1010 SST-128P
3187 product EQUINOX SST16A 0x80c0 SST-16P
3188 product EQUINOX SST16B 0x80c4 SST-16P
3189 product EQUINOX SST16C 0x80c8 SST-16P
3190 product EQUINOX SST4 0x8888 SST-4p
3191 product EQUINOX SST8 0x9090 SST-8p
/openbsd/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c4255 WREG32(CG_SSP, (SSTU(R600_SSTU_DFLT) | SST(R600_SST_DFLT))); in si_program_sstp()