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