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)
commit45686eb36289b5d45c4c99b0dfce4783b751a2d1
treec7179d76fbb7b714a076c5b9886e88eda1acc281
parentf4e09d1898a8eb172e5c286102ef9d1269b38666
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.
src/jit/emit.h
src/jit/target.h