This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Committed] S/390: Flag xgrk as z196 instruction


Committed to mainline.

2010-10-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* config/s390/s390.md (*xordi3_cc): Mark xgrk as z196 only.

Index: gcc/config/s390/s390.md
===================================================================
*** gcc/config/s390/s390.md.orig
--- gcc/config/s390/s390.md
***************
*** 6638,6643 ****
--- 6638,6644 ----
     xgrk\t%0,%1,%2
     xg\t%0,%2"
    [(set_attr "op_type" "RRE,RRF,RXY")
+    (set_attr "cpu_facility" "*,z196,*")
     (set_attr "z10prop" "z10_super_E1,*,z10_super_E1")])
  
  (define_insn "*xordi3_cconly"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]