commit | 2875b28aa871395dc17182f0bacfe40a68b1ad05 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Jul 14 10:25:43 2020 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Tue Jul 14 10:25:43 2020 +0200 |
tree | 04b4b40fe7eef3f39af852088239560621923702 | |
parent | e184e6110e2836bb0ec712e380dbcac402fe4056 [diff] |
x86: avoid attaching suffix to register-only CRC32 Just like other insns with GPR operands, CRC32 with only register operands should not get a suffix added unless in suffix-always mode. Do away with CRC32_Fixup() altogether, using other more generic logic instead.