aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2024-06-21 14:39:52 +0200
committerJan Beulich <jbeulich@suse.com>2024-06-21 14:39:52 +0200
commitfa2c4239f1ab70b198f6d404f727d0d744221595 (patch)
tree36037743ae009cc65aab80b416dab9517431104a /README
parent87860ef6f4650d513530af4cb4e3e85a863139cf (diff)
downloadgdb-fa2c4239f1ab70b198f6d404f727d0d744221595.zip
gdb-fa2c4239f1ab70b198f6d404f727d0d744221595.tar.gz
gdb-fa2c4239f1ab70b198f6d404f727d0d744221595.tar.bz2
x86: optimize left-shift-by-1
These can be replaced by adds when acting on a register operand. While for the scalar forms there's no gain in encoding size, ADD generally has higher throughput than SHL. EFLAGS set by ADD are a superset of those set by SHL (AF in particular is undefined there). For the SIMD cases the transformation also reduced code size, by eliminating the 1-byte immediate from the resulting encoding. Note that this transformation is not applied by gcc13 (according to my observations), so would - as of now - even improve compiler generated code.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions