5 references to PosFloatInt
ILCompiler.ReadyToRun (5)
parent\parent\Common\Internal\Runtime\RiscVLoongArch64FpStruct.cs (5)
29FloatInt = 1 << PosFloatInt, // has two fields, 1st is floating and 2nd is integer 72Debug.Assert((int)PosIntFloat == (int)PosFloatInt + 1, "FloatInt and IntFloat need to be adjacent"); 74int floatFlag = Convert.ToInt32(isFloating) << ((int)PosFloatInt + index); 214((uint)(info.flags & FloatInt) << (PosIntFloat - PosFloatInt)) | 215((uint)(info.flags & IntFloat) >> (PosIntFloat - PosFloatInt)) |