3 references to x
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\ARM64\ARM64Unwinder.cs (3)
702int spOffset = op.o + op.x; 703spOffset *= ((op.x == 1) || (op.f == 2) || (op.p == 1)) ? 16 : 8; 704spOffset *= op.x == 1 ? -1 : 1;