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]

Re: PATCH: Separate processor model from ix86_tune


On Tue, Oct 07, 2008 at 07:05:23AM -0700, H.J. Lu wrote:
> K8 and generic64 aren't identical:
> 
> (define_insn_reservation "athlon_movlpd_load_k8" 2
>                          (and (eq_attr "cpu" "k8")
>                               (and (eq_attr "type" "ssemov")
>                                    (match_operand:DF 1 "memory_operand" "")))
>                          "athlon-direct,athlon-fploadk8,athlon-fstore")
> (define_insn_reservation "athlon_movsd_load_generic64" 2
>                          (and (eq_attr "cpu" "generic64")
>                               (and (eq_attr "type" "ssemov")
>                                    (match_operand:DF 1 "memory_operand" "")))
> 
> "athlon-double,athlon-fploadk8,(athlon-fstore+athlon-fmul)")

Yes, and in the future I would expect generic64 to be more tuned to the current
shipping Intel and AMD chipsets (i.e. barcelona in the case of AMD).

-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com


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