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