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

/freebsd-13-stable/sys/powerpc/powerpc/
H A Dsupport.S207 #define Thresh WORD * 8 define
218 CMPLI rl, Thresh
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20104 // of a signed i64. Let Thresh be the FP equivalent of
20107 // Adjust = (Value < Thresh) ? 0 : 0x80000000;
20108 // FltOfs = (Value < Thresh) ? 0 : 0x80000000;
20114 // Being a power of 2, Thresh is exactly representable in all FP formats.
20118 APFloat Thresh(APFloat::IEEEsingle(), APInt(32, 0x5f000000));
20123 Status = Thresh.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven,
20126 Status = Thresh.convert(APFloat::x87DoubleExtended(),
20132 SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT);
[all...]

Completed in 170 milliseconds