diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-22 19:28:14 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-22 19:28:14 -0700 |
commit | 763cb77c90a71ec1afbce6090ee7ea14ee66dd74 (patch) | |
tree | d50de50532b1e0654707cab50571d3930c30e6e1 | |
parent | 4d283f685fa9b707c8d751f86baf40345b8e2522 (diff) | |
download | nasm-763cb77c90a71ec1afbce6090ee7ea14ee66dd74.tar.gz nasm-763cb77c90a71ec1afbce6090ee7ea14ee66dd74.tar.bz2 nasm-763cb77c90a71ec1afbce6090ee7ea14ee66dd74.zip |
Centaur XSHA1, XSHA256, MONTMUL
-rw-r--r-- | insns.dat | 3 | ||||
-rw-r--r-- | insns.pl | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2223,3 +2223,6 @@ XCRYPTECB void \333\3\x0F\xA7\xC8 PENT,CYRIX XCRYPTCBC void \333\3\x0F\xA7\xD0 PENT,CYRIX XCRYPTCFB void \333\3\x0F\xA7\xE0 PENT,CYRIX XCRYPTOFB void \333\3\x0F\xA7\xE8 PENT,CYRIX +MONTMUL void \333\3\x0F\xA6\xC0 PENT,CYRIX +XSHA1 void \333\3\x0F\xA6\xC8 PENT,CYRIX +XSHA256 void \333\3\x0F\xA6\xD0 PENT,CYRIX @@ -9,7 +9,7 @@ # Opcode prefixes which need their own opcode tables # LONGER PREFIXES FIRST! -@disasm_prefixes = qw(0F0F 0F24 0F25 0F38 0F3A 0F7A 0FA7 0F); +@disasm_prefixes = qw(0F0F 0F24 0F25 0F38 0F3A 0F7A 0FA6 0FA7 0F); print STDERR "Reading insns.dat...\n"; |