Commit 01496eca by Andreas Krebbel Committed by Andreas Krebbel

s390.md ("*ashr<mode>3_and"): Add missing z196 flag to srak instruction.

2012-01-31  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
	to srak instruction.

From-SVN: r183759
parent e8738e98
2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
to srak instruction.
2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true
......
...@@ -7650,6 +7650,7 @@ ...@@ -7650,6 +7650,7 @@
sra<gk>\t%0,%1,%Y2" sra<gk>\t%0,%1,%Y2"
[(set_attr "op_type" "RS<E>,RSY") [(set_attr "op_type" "RS<E>,RSY")
(set_attr "atype" "reg,reg") (set_attr "atype" "reg,reg")
(set_attr "cpu_facility" "*,z196")
(set_attr "z10prop" "z10_super_E1,*")]) (set_attr "z10prop" "z10_super_E1,*")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment