commit | 76787e85cb35665e5a1c0e30026de1a1064562e4 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jun 13 13:46:30 2025 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jun 13 13:46:30 2025 +0200 |
tree | 05c0b4b4b224db0e13eefb3cb5ee1af068687031 | |
parent | 620dc0f52376d4d3a24c608c297205e1f56cb0e2 [diff] |
x86: don't constrain %axl/%cxl They can be used like their %al/%cl counterparts everywhere else; there's no apparent reason why they shouldn't be usable as accumulator / shift count respectively. Enforcing such a restriction only makes writing heavily macro-ized code more cumbersome.