Home
last modified time | relevance | path

Searched refs:Thresh (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/powerpc/powerpc/
HDsupport.S206 #define Thresh WORD * 8 macro
217 CMPLI rl, Thresh
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp20061 APFloat Thresh(APFloat::IEEEsingle(), APInt(32, 0x5f000000)); in FP_TO_INTHelper() local
20066 Status = Thresh.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in FP_TO_INTHelper()
20069 Status = Thresh.convert(APFloat::x87DoubleExtended(), in FP_TO_INTHelper()
20075 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT); in FP_TO_INTHelper()