]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/s390/s390.md
s390.md ("*tmdi_reg", [...]): Do not mark as commutative.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 9 Sep 2002 18:02:01 +0000 (18:02 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 9 Sep 2002 18:02:01 +0000 (18:02 +0000)
commit05b9aaaa89af451a049e106366a7827446518355
tree1d36931a7c1bfd115dcb62e3904eabb2990dfa6c
parentf724acb8aa16d01f998e27bc1822a3f8981a82ff
s390.md ("*tmdi_reg", [...]): Do not mark as commutative.

* config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
commutative.  Use "nonimmediate_operand" instead of "register_operand"
as predicate for operand 0.  Move to after the "*tmXX_mem" insns.

("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
as commutative.

("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
mark as commutative.  Use "nonimmediate_operand" instead of
"register_operand" as predicate for operand 1.

("movstrictsi"): Fix typo in insn name.

From-SVN: r56974
gcc/ChangeLog
gcc/config/s390/s390.md