2 writes to Fcsr
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
681context.Fcsr = _target.Read<uint>(sourceAddress);
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
105if (name.Equals("fcsr", StringComparison.OrdinalIgnoreCase)) { Fcsr = (uint)value.Value; return true; }
2 references to Fcsr
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (1)
680sourceAddress = startingSp + (uint)Marshal.OffsetOf<LoongArch64Context>(nameof(LoongArch64Context.Fcsr));
Contracts\StackWalk\Context\LoongArch64Context.cs (1)
146if (name.Equals("fcsr", StringComparison.OrdinalIgnoreCase)) { value = new TargetNUInt(Fcsr); return true; }