diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-06-28 08:46:56 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@gcc.gnu.org> | 2019-06-28 08:46:56 +0000 |
commit | c1a106c222804416897c53f3c5dc8f028137151e (patch) | |
tree | d3a1783b959c2a730bd4aa6c76316916d3eb4f78 /gcc/tree.h | |
parent | cd65e2652d2c38eaa63f01ccc3a60bb5225235d2 (diff) | |
download | gcc-c1a106c222804416897c53f3c5dc8f028137151e.zip gcc-c1a106c222804416897c53f3c5dc8f028137151e.tar.gz gcc-c1a106c222804416897c53f3c5dc8f028137151e.tar.bz2 |
x86: fix CVT{,T}PD2PI insns
With just an "m" constraint misaligned memory operands won't be forced
into a register, and hence cause #GP. So far this was guaranteed only
in the case that CVT{,T}PD2DQ were chosen (which looks to be the case on
x86-64 only).
Switch the second alternative to Bm and also replace
nonimmediate_operand by vector_operand.
From-SVN: r272780
Diffstat (limited to 'gcc/tree.h')
0 files changed, 0 insertions, 0 deletions