The CRC32 instructions can take 66 prefixes as well as F2
commit7dce7bc8a1f6e9bc445acd98fcbcefd3707bd261
authorH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 23:39:25 +0000 (23 16:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 23:39:25 +0000 (23 16:39 -0700)
tree2562fe55c2b36c58108dff5544ab66c929fbbba3
parentbcc3bb975cf03b38e1eafe1fb47403237d1b96b3
The CRC32 instructions can take 66 prefixes as well as F2

The CRC32 instructions require F2, but can also take a 66 prefix to
set the operand size.  This is not the SSE model of prefix extension.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.dat