commit | 4eb19fde73e717f35c2ba9018c2d45c4113b657e | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Aug 30 11:23:16 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Aug 30 11:23:16 2024 +0200 |
tree | efe126c289e85a7548658d1529ec3d47c21e466b | |
parent | 91fa2ea2213d3e9e53080f534ba60026d9a93916 [diff] |
x86: limit RegRex64 use The special property really only applies to the "extended" byte regs having legacy word/dword counterparts. While touching involved code also drop redundant byte checks from a conditional in establish_rex(): The other remaining RegRex64 uses only exist on registers which can't be used as register operands anyway. Hence RegRex64 as an attribute of a (valid) register operand implies that it's a byte reg.