From d40abc204b5f6f9b051f39789af91ebeb171998d Mon Sep 17 00:00:00 2001 From: Hans-Joerg Hoexer Date: Thu, 18 May 2006 20:14:44 +0000 Subject: add some more xcrypt & co opcodes ok deraadt --- gnu/usr.bin/binutils/include/opcode/i386.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/usr.bin/binutils/include/opcode/i386.h b/gnu/usr.bin/binutils/include/opcode/i386.h index 6f2b357468e..886d3a777a7 100644 --- a/gnu/usr.bin/binutils/include/opcode/i386.h +++ b/gnu/usr.bin/binutils/include/opcode/i386.h @@ -912,9 +912,15 @@ static const template i386_optab[] = { {"xstore-rng",0, 0x0fa7, 0xc0, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, {"xcrypt-ecb",0, 0x0fa7, 0xc8, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, {"xcrypt-cbc",0, 0x0fa7, 0xd0, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, +{"xcrypt-ctr",0, 0x0fa7, 0xd8, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, {"xcrypt-cfb",0, 0x0fa7, 0xe0, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, {"xcrypt-ofb",0, 0x0fa7, 0xe8, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, +{"montmul",0, 0x0fa6, 0xc0, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, +{"xsha1",0, 0x0fa6, 0xc8, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, +{"xsha256",0, 0x0fa6, 0xd0, Cpu686, ImmExt|NoSuf|IsString, { 0, 0, 0} }, + + {"cmovo", 2, 0x0f40, X, Cpu686, wlq_Suf|Modrm, { WordReg|WordMem, WordReg, 0} }, {"cmovno", 2, 0x0f41, X, Cpu686, wlq_Suf|Modrm, { WordReg|WordMem, WordReg, 0} }, {"cmovb", 2, 0x0f42, X, Cpu686, wlq_Suf|Modrm, { WordReg|WordMem, WordReg, 0} }, -- cgit v1.2.3