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.cpp7130 const unsigned ExpMask = 0x7ff; in lowerFPTRUNC_F64_TO_F16() local
7139 E = MIRBuilder.buildAnd(S32, E, MIRBuilder.buildConstant(S32, ExpMask)); in lowerFPTRUNC_F64_TO_F16()
8325 APInt ExpMask = Inf; in lowerISFPCLASS() local
8334 auto ExpMaskC = MIRBuilder.buildConstant(IntTy, ExpMask); in lowerISFPCLASS()
8446 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS()
8449 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8646 APInt ExpMask = Inf; in expandIS_FPCLASS() local
8648 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
8656 SDValue ExpMaskV = DAG.getConstant(ExpMask, DL, IntVT); in expandIS_FPCLASS()
8793 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS()
8796 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()
H A DLegalizeDAG.cpp2557 SDValue ExpMask = in expandFrexp() local
2603 DAG.getNode(ISD::AND, dl, AsIntVT, ScaledAsInt, ExpMask); in expandFrexp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3537 const unsigned ExpMask = 0x7ff; in LowerFP_TO_FP16() local
3550 DAG.getConstant(ExpMask, DL, MVT::i32)); in LowerFP_TO_FP16()