The POPCNT instruction does not need sizes on memory operands
authorH. Peter Anvin <hpa@zytor.com>
Thu, 6 Nov 2008 17:39:48 +0000 (09:39 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 6 Nov 2008 17:39:48 +0000 (09:39 -0800)
commit81cef52e7a2ae3230cac2fd737e8113d258bb4f7
treeb863a786d28a92608934e69d82c277c172dfe29a
parent0ad8ffd6e2bffeac9996dfcee9e7f0d0a90db8e6
The POPCNT instruction does not need sizes on memory operands

The POPCNT instruction should not require sizes on memory operands.
Add the appropriate size flags for that to work.

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