commit | 4e3be89fdaa5fb1647e6fb91c6f2fae47d923f90 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Feb 02 08:27:16 2024 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Feb 02 08:27:16 2024 +0100 |
tree | a6351727cdd0ed934f6692560aa68d7fe4174d4c | |
parent | 1e7dd4a0348c5985df1a3e9765fc49da19663527 [diff] |
x86: move Q-suffix-to-REX.W translation logic By pulling it ahead of the SHORT_MNEM_SUFFIX case label we can drop a part of another conditional there. While moving, also drop a pointless check: With QWORD_MNEM_SUFFIX, register operands of XCHG necessarily have both been 64-bit ones.