disasm.c: ESP/RSP cannot be indicies, but XMM4/YMM4 can be
commit57078f061d6e3da2d7195debdfe1ac897e86799a
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 22 Aug 2011 21:09:04 +0000 (22 14:09 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 22 Aug 2011 21:09:04 +0000 (22 14:09 -0700)
tree96703dec8b8d63090e71c582b35bf57e3285392e
parent9f2043eaad9b014f9f9d093cc0bd2137af543de1
disasm.c: ESP/RSP cannot be indicies, but XMM4/YMM4 can be

If we have XMM4/YMM4 as a VSIB, it does not mean no index; that is
only for scalar encoding.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
disasm.c