From 30d1c83669cde497bd6816d05b62e1cfd37146d2 Mon Sep 17 00:00:00 2001 From: Michal Ludvig Date: Fri, 30 Jul 2004 12:36:38 +0000 Subject: Added new instructions for next version of VIA PadLock core. --- include/opcode/ChangeLog | 4 ++++ include/opcode/i386.h | 3 +++ 2 files changed, 7 insertions(+) (limited to 'include') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 4ed2b86..684a2e7 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2004-08-30 Michal Ludvig + + * i386.h (i386_optab): Added montmul/xsha1/xsha256 insns. + 2004-07-22 H.J. Lu * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints. diff --git a/include/opcode/i386.h b/include/opcode/i386.h index 454a7fd..96bf149 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -1378,6 +1378,9 @@ static const template i386_optab[] = {"xcryptcbc", 0, 0xf30fa7d0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, {"xcryptcfb", 0, 0xf30fa7e0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, {"xcryptofb", 0, 0xf30fa7e8, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, +{"montmul", 0, 0xf30fa6c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, +{"xsha1", 0, 0xf30fa6c8, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, +{"xsha256", 0, 0xf30fa6d0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, /* Alias for xstorerng. */ {"xstore", 0, 0x000fa7c0, X, Cpu686|CpuPadLock, NoSuf|IsString, { 0, 0, 0} }, -- cgit v1.1