commit | ce79dac861e0d9a473d9923391bdbaad83c1c57f | [log] [tgz] |
---|---|---|
author | Ulrich Drepper <drepper@gmail.com> | Tue Jan 17 14:14:02 2012 -0500 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Jan 17 12:11:54 2012 -0800 |
tree | 16c2b6fa5a167e3270de80719c14eb9bbe69b1ed | |
parent | 5ee71535440f034de1196b11f78cef81c4025c2b [diff] |
x86, opcode: ANDN and Group 17 in x86-opcode-map.txt The Intel documentation at http://software.intel.com/file/36945 shows the ANDN opcode and Group 17 with encoding f2 and f3 encoding respectively. The current version of x86-opcode-map.txt shows them with f3 and f4. Unless someone can point to documentation which shows the currently used encoding the following patch be applied. Signed-off-by: Ulrich Drepper <drepper@gmail.com> Link: http://lkml.kernel.org/r/CAOPLpQdq5SuVo9=023CYhbFLAX9rONyjmYq7jJkqc5xwctW5eA@mail.gmail.com Signed-off-by: H. Peter Anvin <hpa@zytor.com>