Home
last modified time | relevance | path

Searched refs:ExpMask (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A Datan2_2u5.c19 #define ExpMask (0x7ff0000000000000) macro
32 return (fi & ExpMask) >> 52; in biased_exponent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6764 const unsigned ExpMask = 0x7ff; in lowerFPTRUNC_F64_TO_F16() local
6773 E = MIRBuilder.buildAnd(S32, E, MIRBuilder.buildConstant(S32, ExpMask)); in lowerFPTRUNC_F64_TO_F16()
7811 APInt ExpMask = Inf; in lowerISFPCLASS() local
7820 auto ExpMaskC = MIRBuilder.buildConstant(IntTy, ExpMask); in lowerISFPCLASS()
7932 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS()
7935 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8442 APInt ExpMask = Inf; in expandIS_FPCLASS() local
8444 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
8452 SDValue ExpMaskV = DAG.getConstant(ExpMask, DL, IntVT); in expandIS_FPCLASS()
8589 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS()
8592 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()
H A DLegalizeDAG.cpp2534 SDValue ExpMask = in expandFrexp() local
2580 DAG.getNode(ISD::AND, dl, AsIntVT, ScaledAsInt, ExpMask); in expandFrexp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3486 const unsigned ExpMask = 0x7ff; in LowerFP_TO_FP16() local
3499 DAG.getConstant(ExpMask, DL, MVT::i32)); in LowerFP_TO_FP16()