diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-07-29 09:27:22 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-07-29 09:27:22 +0200 |
commit | e4e1fcce52befa56718bea6ae519d1b762b5cd67 (patch) | |
tree | a1878865d0f6be26decc8059dc535cfc8eb7436f /opcodes/i386-tbl.h | |
parent | c1723a8118f0d02b01a061095f48e75264b2ca4f (diff) | |
download | binutils-e4e1fcce52befa56718bea6ae519d1b762b5cd67.zip binutils-e4e1fcce52befa56718bea6ae519d1b762b5cd67.tar.gz binutils-e4e1fcce52befa56718bea6ae519d1b762b5cd67.tar.bz2 |
x86: drop stray NoRex64 from KeyLocker insns
It's entirely unclear why some of the KeyLocker insns had NoRex64 on
them - there's nothing here which could cause emission of REX.W (except
of course a user-specified "rex.w", which we ought to honor anyway).
Diffstat (limited to 'opcodes/i386-tbl.h')
-rw-r--r-- | opcodes/i386-tbl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index 6f3a757..ebf5414 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -54635,7 +54635,7 @@ const insn_template i386_optab[] = 0, 0, 0, 1, 0, 0 } } } }, { "loadiwkey", 0xdc, 2, None, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -54650,7 +54650,7 @@ const insn_template i386_optab[] = 1, 0, 0, 0, 0, 0 } } } }, { "encodekey128", 0xfa, 2, None, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -54665,7 +54665,7 @@ const insn_template i386_optab[] = 0, 0, 0, 0, 0, 0 } } } }, { "encodekey256", 0xfb, 2, None, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 2, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |