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