Home
last modified time | relevance | path

Searched refs:CNV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dmsdos73 # e_oeminfo; typically zeroes, but 13Dh (WORDSTAR.CNV WPFT5.CNV) 143h (WRITWIN.CNV)
74 # 1A3h (DBASE.CNV LOTUS123.CNV RFTDCA.CNV WORDDOS.CNV WORDMAC.CNV WORDWIN1.CNVXLBIFF.CNV)
646 # CNV: Microsoft Word text conversion https://www.file-extensions.org/cnv-file-extension-microsoft-…
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18640 APInt CNV = Offset0; in CombineToPreIndexedLoadStore() local
18641 if (X0 < 0) CNV = -CNV; in CombineToPreIndexedLoadStore()
18642 if (X1 * Y0 * Y1 < 0) CNV = CNV + Offset1; in CombineToPreIndexedLoadStore()
18643 else CNV = CNV - Offset1; in CombineToPreIndexedLoadStore()
18648 SDValue NewOp1 = DAG.getConstant(CNV, DL, CN->getValueType(0)); in CombineToPreIndexedLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23577 uint32_t CNV = CN->getZExtValue(); in performCONDCombine() local
23578 if (CNV == 255) in performCONDCombine()
23580 else if (CNV == 65535) in performCONDCombine()