diff options
author | Jan Beulich <jbeulich@suse.com> | 2023-09-01 12:29:24 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2023-09-01 12:29:24 +0200 |
commit | d54678ebc021d4827b8b00256e37a115f2853884 (patch) | |
tree | 7c74f2ba46396ca69f78b27e0f82465dd4ecc0b4 /opcodes/i386-init.h | |
parent | e30e95759268ce5a5a1f752b3c9fa3e4a182db99 (diff) | |
download | gdb-d54678ebc021d4827b8b00256e37a115f2853884.zip gdb-d54678ebc021d4827b8b00256e37a115f2853884.tar.gz gdb-d54678ebc021d4827b8b00256e37a115f2853884.tar.bz2 |
x86: rename CpuPCLMUL
The name we use internally isn't in line with the SDM, and also isn't in
line with CpuVPCLMULQDQ. Add the missing suffix, but of course leave
alone user facing names.
Diffstat (limited to 'opcodes/i386-init.h')
-rw-r--r-- | opcodes/i386-init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index 157563a..ca6d3e4 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -408,7 +408,7 @@ 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 } } -#define CPU_PCLMUL_FLAGS \ +#define CPU_PCLMULQDQ_FLAGS \ { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ @@ -1968,7 +1968,7 @@ 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 } } -#define CPU_ANY_PCLMUL_FLAGS \ +#define CPU_ANY_PCLMULQDQ_FLAGS \ { { 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, 1, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ |