Display the arm instruction size
authorBruce Forstall <brucefo@microsoft.com>
Fri, 12 Apr 2019 20:19:14 +0000 (13:19 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Fri, 12 Apr 2019 20:23:58 +0000 (13:23 -0700)
commit2b78a6731938ed05b1e53bddc7ab6f0ca4283e3c
treedc4d773ad8980eb1cf447c17464484f9fb9f43f7
parent00499f283ca40d5dc5463bf1f8f97e2049198b3c
Display the arm instruction size

When dumping an arm instruction, and when we don't have the actual
code bytes (such as during code generation, as opposed to emission),
display the (current) instruction size, either 2 bytes (2B),
4 bytes (4B), or 6 bytes (6B).

Commit migrated from https://github.com/dotnet/coreclr/commit/a9c039689e0d08ecc68783649871e9c0090ce8c3
src/coreclr/src/jit/emit.h
src/coreclr/src/jit/emitarm.cpp
src/coreclr/src/jit/emitarm64.cpp
src/coreclr/src/jit/emitxarch.cpp