commit | ca6b6f9d6e65d27bc40c8f1e4c6d39fe04cfbdb2 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Sep 27 11:23:12 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Sep 27 11:23:12 2024 +0200 |
tree | 0eaf2affbf899f4c470debc6a457a95335cf0f84 | |
parent | f079b0c4b2923393c2ce58e72dfd5a1f2c7a339a [diff] |
x86: optimize {,V}INSERTPS with certain immediates They are equivalent to simple moves or xors, which are up to 3 bytes shorter to encode (and maybe/likely also cheaper to execute).