comparison gcc/config/s390/s390.md @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 855418dad1a3
comparison
equal deleted inserted replaced
18:33936f7f2835 19:58ad6c70ea60
8748 ; 8748 ;
8749 8749
8750 (define_insn "bswap<mode>2" 8750 (define_insn "bswap<mode>2"
8751 [(set (match_operand:GPR 0 "register_operand" "=d, d") 8751 [(set (match_operand:GPR 0 "register_operand" "=d, d")
8752 (bswap:GPR (match_operand:GPR 1 "nonimmediate_operand" " d,RT")))] 8752 (bswap:GPR (match_operand:GPR 1 "nonimmediate_operand" " d,RT")))]
8753 "" 8753 "TARGET_CPU_ZARCH"
8754 "@ 8754 "@
8755 lrv<g>r\t%0,%1 8755 lrv<g>r\t%0,%1
8756 lrv<g>\t%0,%1" 8756 lrv<g>\t%0,%1"
8757 [(set_attr "type" "*,load") 8757 [(set_attr "type" "*,load")
8758 (set_attr "op_type" "RRE,RXY") 8758 (set_attr "op_type" "RRE,RXY")