]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: move PadLock enumerators
authorJan Beulich <jbeulich@suse.com>
Mon, 14 Apr 2025 12:22:21 +0000 (14:22 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 14 Apr 2025 12:22:21 +0000 (14:22 +0200)
commit55cee09736b3ea53c0c0558e8a3ba5a4987ecf32
treef83a25b94385c86343f371a85a7a703b261b0b17
parente25c84752c9df2bf3a999b53afb58e5bebaf3b7c
x86: move PadLock enumerators

... to be all in one group. This helps code generation for code like

      || is_cpu (&i.tm, CpuPadLock)
      || is_cpu (&i.tm, CpuPadLockRNG2)
      || is_cpu (&i.tm, CpuPadLockPHE2)
      || is_cpu (&i.tm, CpuPadLockXMODX)

that we have (effectively) twice.
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-tbl.h