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)
commita9c039689e0d08ecc68783649871e9c0090ce8c3
tree5a2919d56adafd7b5dd7434311a41418a1e4cbfb
parentf98564c3382bedf53b65689f5ea1c53942cf6729
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).
src/jit/emit.h
src/jit/emitarm.cpp
src/jit/emitarm64.cpp
src/jit/emitxarch.cpp