comparison gcc/config/i386/atom.md @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 ;; Atom Scheduling 1 ;; Atom Scheduling
2 ;; Copyright (C) 2009 Free Software Foundation, Inc. 2 ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
3 ;; 3 ;;
4 ;; This file is part of GCC. 4 ;; This file is part of GCC.
5 ;; 5 ;;
6 ;; GCC is free software; you can redistribute it and/or modify 6 ;; GCC is free software; you can redistribute it and/or modify
7 ;; it under the terms of the GNU General Public License as published by 7 ;; it under the terms of the GNU General Public License as published by
499 "atom-simple-either") 499 "atom-simple-either")
500 500
501 ;; if palignr or psrldq 501 ;; if palignr or psrldq
502 (define_insn_reservation "atom_sseishft_2" 1 502 (define_insn_reservation "atom_sseishft_2" 1
503 (and (eq_attr "cpu" "atom") 503 (and (eq_attr "cpu" "atom")
504 (and (eq_attr "type" "sseishft") 504 (ior (eq_attr "type" "sseishft1")
505 (and (eq_attr "atom_unit" "sishuf") 505 (and (eq_attr "type" "sseishft")
506 (match_operand 2 "immediate_operand")))) 506 (and (eq_attr "atom_unit" "sishuf")
507 (match_operand 2 "immediate_operand")))))
507 "atom-simple-0") 508 "atom-simple-0")
508 509
509 ;; if reg/mem op 510 ;; if reg/mem op
510 (define_insn_reservation "atom_sseishft_3" 2 511 (define_insn_reservation "atom_sseishft_3" 2
511 (and (eq_attr "cpu" "atom") 512 (and (eq_attr "cpu" "atom")