Home
last modified time | relevance | path

Searched refs:nsw (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7396 unsigned tsw_changes(struct t_switch *nsw, struct t_switch *osw) in tsw_changes() argument
7402 if (nsw && !osw) { in tsw_changes()
7404 OSM_LOG(&nsw->torus->osm->log, OSM_LOG_INFO, in tsw_changes()
7406 nsw->i, nsw->j, nsw->k, cl_ntoh64(nsw->n_id)); in tsw_changes()
7409 if (osw && !nsw) { in tsw_changes()
7416 if (!(nsw && osw)) in tsw_changes()
7419 if (nsw->n_id != osw->n_id) { in tsw_changes()
7421 OSM_LOG(&nsw->torus->osm->log, OSM_LOG_INFO, in tsw_changes()
7424 nsw->i, nsw->j, nsw->k, in tsw_changes()
7425 cl_ntoh64(osw->n_id), cl_ntoh64(nsw->n_id)); in tsw_changes()
[all …]
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dchip.c912 u8 nmw, nsw, rev; in brcmf_chip_dmp_erom_scan() local
940 nsw = (val & DMP_COMP_NUM_SWRAP) >> DMP_COMP_NUM_SWRAP_S; in brcmf_chip_dmp_erom_scan()
944 if (nmw + nsw == 0 && in brcmf_chip_dmp_erom_scan()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp589 bool nsw = in emitUnaryPlusOrMinus() local
594 mlir::Value result = emitUnaryOp(e, kind, operand, nsw); in emitUnaryPlusOrMinus()
601 mlir::Value input, bool nsw = false) { in emitUnaryOp() argument
604 input, nsw); in emitUnaryOp()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td1065 If the `nsw` (no signed wrap) attribute is present, the result is poison if
1070 %8 = cir.unary(dec, %2) nsw : i32 -> i32
1084 (`nsw` $no_signed_wrap^)?
1370 If the `nsw` (no signed wrap) or `nuw` (no unsigned wrap) attributes are
1382 %7 = cir.binop(add, %1, %2) nsw : !s32i
1401 (`nsw` $no_signed_wrap^)?
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp607 KEYWORD(nsw); in LexIdentifier()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1398 op.getNoSignedWrap() ? mlir::LLVM::IntegerOverflowFlags::nsw in matchAndRewrite()
1520 return mlir::LLVM::IntegerOverflowFlags::nsw; in getIntOverflowFlag()
/freebsd/contrib/tzdata/
H A Daustralasia1034 # http://www.lawlink.nsw.gov.au/lawlink/Corporate/ll_agdinfo.nsf/pages/community_relations_daylight…
1171 # https://www.austlii.edu.au/au/legis/nsw/consol_act/sta1987137/index.html
1527 # http://dir.gis.nsw.gov.au/cgi-bin/genobject/document/other/daylightsaving/tigGmZ
/freebsd/usr.sbin/services_mkdb/
H A Dservices62 nsw-fe 27/tcp #NSW User System FE
63 nsw-fe 27/udp #NSW User System FE
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3656 bool nsw = false; in visitShift() local
3664 nsw = OFBinOp->hasNoSignedWrap(); in visitShift()
3672 Flags.setNoSignedWrap(nsw); in visitShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td99 // result against zero, but only if the 'nsw' flag is set.