Searched refs:CNV (Results 1 – 3 of 3) sorted by relevance
73 # 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-…
18640 APInt CNV = Offset0; in CombineToPreIndexedLoadStore() local18641 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()
23577 uint32_t CNV = CN->getZExtValue(); in performCONDCombine() local23578 if (CNV == 255) in performCONDCombine()23580 else if (CNV == 65535) in performCONDCombine()