13 references to IntFloat
ILCompiler.ReadyToRun (13)
parent\parent\Common\CallingConvention\ArgIterator.cs (2)
1294if ((info.flags & (FpStruct.FloatInt | FpStruct.IntFloat)) != 0) 1312int argOfsInner = ((info.flags & FpStruct.IntFloat) != 0)
parent\parent\Common\Internal\Runtime\RiscVLoongArch64FpStruct.cs (9)
105Debug.Assert((int)FpStruct.IntFloat == ((int)FpStruct.FloatInt << 1), 206if ((info.flags & (FloatInt | IntFloat)) == 0) 215((uint)(info.flags & IntFloat) >> (PosIntFloat - PosFloatInt)) | 223Debug.Assert((info.flags & IntFloat) == 0 || info.Size2nd() == sizeof(float) || info.Size2nd() == sizeof(double)); 225if ((info.flags & (FloatInt | IntFloat)) == (FloatInt | IntFloat)) 228info.flags ^= (FloatInt | IntFloat | BothFloat); // replace (FloatInt | IntFloat) with BothFloat 233Debug.Assert((info.flags & (IntFloat | SizeShift2ndMask)) == 0); 238FpStruct floatFlags = info.flags & (OnlyOne | BothFloat | FloatInt | IntFloat);
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
4018if ((info.flags & (FpStruct.BothFloat | FpStruct.IntFloat)) != 0) 4021if ((info.flags & (FpStruct.FloatInt | FpStruct.IntFloat)) != 0)