Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Datan2_2u5.c19 #define ExpMask (0x7ff0000000000000) macro
32 return (fi & ExpMask) >> 52; in biased_exponent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8015 const unsigned ExpMask = 0x7ff; in lowerFPTRUNC_F64_TO_F16() local
8024 E = MIRBuilder.buildAnd(S32, E, MIRBuilder.buildConstant(S32, ExpMask)); in lowerFPTRUNC_F64_TO_F16()
9271 APInt ExpMask = Inf; in lowerISFPCLASS() local
9280 auto ExpMaskC = MIRBuilder.buildConstant(IntTy, ExpMask); in lowerISFPCLASS()
9392 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS()
9395 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9051 APInt ExpMask = Inf; in expandIS_FPCLASS() local
9053 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
9061 SDValue ExpMaskV = DAG.getConstant(ExpMask, DL, IntVT); in expandIS_FPCLASS()
9198 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS()
9201 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()
H A DLegalizeDAG.cpp2584 SDValue ExpMask = in expandFrexp() local
2630 DAG.getNode(ISD::AND, dl, AsIntVT, ScaledAsInt, ExpMask); in expandFrexp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3602 const unsigned ExpMask = 0x7ff; in LowerF64ToF16Safe() local
3615 DAG.getConstant(ExpMask, DL, MVT::i32)); in LowerF64ToF16Safe()