Searched refs:ExpMask (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atan2_2u5.c | 19 #define ExpMask (0x7ff0000000000000) macro 32 return (fi & ExpMask) >> 52; in biased_exponent()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7130 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 D | TargetLowering.cpp | 8646 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 D | LegalizeDAG.cpp | 2557 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 D | AMDGPUISelLowering.cpp | 3537 const unsigned ExpMask = 0x7ff; in LowerFP_TO_FP16() local 3550 DAG.getConstant(ExpMask, DL, MVT::i32)); in LowerFP_TO_FP16()
|