commit | ad9f3230565ca40bfa1d9a3106aaaa272cb125f2 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Oct 23 10:34:11 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Oct 23 10:34:11 2023 +0200 |
tree | a0e88b0506bef83aa7c1f8d2f7b8e41129b5a6c5 | |
parent | 9f314ead9de928b75ba34405931c0d702e7b746c [diff] |
x86: add a few more NOP patterns First of all add f32_5[], allowing to eliminate the extra slot-is-NULL code from i386_output_nops(). Plus then introduce f32_8[] and f16_5[] following the same concept of adding a %cs segment override prefix. Also re-use patterns when possible and correct comments as applicable. Similarly re-use testcase expectations as much as possible, where they need touching anyway.