]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Use offsetable address constraint for double-word memory operands, part 2
authorUros Bizjak <ubizjak@gmail.com>
Thu, 12 Sep 2024 14:28:10 +0000 (16:28 +0200)
committerUros Bizjak <ubizjak@gmail.com>
Thu, 12 Sep 2024 14:28:10 +0000 (16:28 +0200)
commit8c01976b8e34eaa2483ab37d1bd18ebc5c8ada95
treeab8b1bc0744b4de063147b896869d2748346e73d
parent25ac2bb57ae400621050a7e0845994336ca83b99
i386: Use offsetable address constraint for double-word memory operands, part 2

Double-word memory operands are accessed as their high and low part, so the
memory location has to be offsettable.  Use "o" constraint instead of "m"
for double-word memory operands.

gcc/ChangeLog:

* config/i386/i386.md (*insvti_lowpart_1): Use "o" constraint
instead of "m" for double-word mode memory operands.
gcc/config/i386/i386.md