diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-08-03 00:44:39 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-08-03 00:44:39 +0000 |
| commit | 7b96659b6c0ffcaa060b8a47286729185e17cf6d (patch) | |
| tree | d79b1b329dbad6199b8e954a26ab49cb09c09e2a /gnu/dist/include/opcode | |
| parent | 8f308d671e22b203b4604f7411444def54f62fba (diff) | |
Add ldmxcsr/stmxcsr insns.
Diffstat (limited to 'gnu/dist/include/opcode')
| -rw-r--r-- | gnu/dist/include/opcode/i386.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/dist/include/opcode/i386.h b/gnu/dist/include/opcode/i386.h index d4c971d5b88..d181eb28542 100644 --- a/gnu/dist/include/opcode/i386.h +++ b/gnu/dist/include/opcode/i386.h @@ -873,6 +873,9 @@ static const template i386_optab[] = { {"punpckldq", 2, 0x0f62, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, {"pxor", 2, 0x0fef, _, Modrm, { RegMMX|WordMem, RegMMX, 0 } }, +{"ldmxcsr", 1, 0x0fae, 2, Modrm, { WordMem, 0, 0 } }, +{"stmxcsr", 1, 0x0fae, 3, Modrm, { WordMem, 0, 0 } }, + {"", 0, 0, 0, 0, { 0, 0, 0} } /* sentinel */ }; #undef _ |
