Increase instrDesc::_idIns width on XARCH
authorMike Danes <onemihaid@hotmail.com>
Thu, 7 Jun 2018 15:17:04 +0000 (18:17 +0300)
committerMike Danes <onemihaid@hotmail.com>
Thu, 7 Jun 2018 15:17:24 +0000 (18:17 +0300)
commit958be83ce116a89d4b5d40fb59e09fa05a2ac9de
treec584b477b8892f66366a0e728d79cfda4bc9c47e
parentff06926897fcac1d83baae1782f0c5248b912d06
Increase instrDesc::_idIns width on XARCH

XARCH exceeded the 512 instruction limit but it still has room for instruction formats (only 77 at the moment) so a bit was taken from _idInsFmt.

Also, cleaned up some tiny while instrDesc traces while trying to fix "Space taken up to here:" kind of comments.

Commit migrated from https://github.com/dotnet/coreclr/commit/45686eb36289b5d45c4c99b0dfce4783b751a2d1
src/coreclr/src/jit/emit.h
src/coreclr/src/jit/target.h