commit | 31b4cda3d55258784dec140d44b0a66f14294ff6 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jan 27 09:23:38 2023 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jan 27 09:23:38 2023 +0100 |
tree | a37e5e1f03f04346161209413b9df11595140ebf | |
parent | 95dfdd858c97198ee5f2573c49d0769d1ef60e68 [diff] |
x86: move reg_operands adjustment Ideally we'd do away with this somewhat questionable adjustment (leaving i.types[] untouched). That's non-trivial though as it looks, so only - move the logic into process_operands(), putting it closer to related logic and eliminating a conditional for operand-less insns, - make it consistent (i.e. also affect %xmm0), eliminating an ugly special case later in the function.