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