comparison gcc/config/mips/xlr.md @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 ;; DFA-based pipeline description for the XLR. 1 ;; DFA-based pipeline description for the XLR.
2 ;; Copyright (C) 2008 Free Software Foundation, Inc. 2 ;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
3 ;; 3 ;;
4 ;; xlr.md Machine Description for the RMI XLR Microprocessor 4 ;; xlr.md Machine Description for the RMI XLR Microprocessor
5 ;; This file is part of GCC. 5 ;; This file is part of GCC.
6 6
7 ;; GCC is free software; you can redistribute it and/or modify it 7 ;; GCC is free software; you can redistribute it and/or modify it
29 "xlr_main_pipe") 29 "xlr_main_pipe")
30 30
31 ;; Integer arithmetic instructions. 31 ;; Integer arithmetic instructions.
32 (define_insn_reservation "ir_xlr_alu" 1 32 (define_insn_reservation "ir_xlr_alu" 1
33 (and (eq_attr "cpu" "xlr") 33 (and (eq_attr "cpu" "xlr")
34 (eq_attr "type" "arith,shift,clz,const,unknown,multi,nop,trap")) 34 (eq_attr "type" "move,arith,shift,clz,logical,signext,const,unknown,multi,nop,trap"))
35 "xlr_main_pipe") 35 "xlr_main_pipe")
36 36
37 ;; Integer arithmetic instructions. 37 ;; Integer arithmetic instructions.
38 (define_insn_reservation "ir_xlr_condmove" 2 38 (define_insn_reservation "ir_xlr_condmove" 2
39 (and (eq_attr "cpu" "xlr") 39 (and (eq_attr "cpu" "xlr")