aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as/opcode/i386.h
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>1994-12-11 20:46:55 +0000
committerSean Eric Fagan <sef@FreeBSD.org>1994-12-11 20:46:55 +0000
commit940ff2c0a9331b5c16e5ff355b9e554c02796487 (patch)
tree9467616d6cd8f5605c7b95e7d7f1ded79c5ec7d0 /gnu/usr.bin/as/opcode/i386.h
parentad19367c210a86f6ece8f3ef92e0ecf61e229c3e (diff)
downloadsrc-940ff2c0a9331b5c16e5ff355b9e554c02796487.tar.gz
src-940ff2c0a9331b5c16e5ff355b9e554c02796487.zip
Added "cpuid" opcode.
Notes
Notes: svn path=/head/; revision=5042
Diffstat (limited to 'gnu/usr.bin/as/opcode/i386.h')
-rw-r--r--gnu/usr.bin/as/opcode/i386.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/opcode/i386.h b/gnu/usr.bin/as/opcode/i386.h
index cc8fe1ca36c1..0f7d8a0e3f78 100644
--- a/gnu/usr.bin/as/opcode/i386.h
+++ b/gnu/usr.bin/as/opcode/i386.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $Id: i386.h,v 1.2 1993/10/04 22:53:32 pk Exp $ */
+/* $Id: i386.h,v 1.1 1993/11/03 00:55:51 paul Exp $ */
static const template i386_optab[] = {
@@ -729,6 +729,9 @@ static const template i386_optab[] = {
{"wbinvd", 0, 0x0f09, _, NoModrm, 0, 0, 0},
{"invlpg", 1, 0x0f01, 7, Modrm, Mem, 0, 0},
+/* Pentium and late-model 486 extensions */
+{"cpuid", 0, 0x0fa2, _, NoModrm, 0, 0, 0},
+
{"", 0, 0, 0, 0, 0, 0, 0} /* sentinal */
};
#undef _