OLD | NEW |
1 ;; GCC machine description for IA-32 and x86-64. | 1 ;; GCC machine description for IA-32 and x86-64. |
2 ;; Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 ;; Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
3 ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
4 ;; Free Software Foundation, Inc. | 4 ;; Free Software Foundation, Inc. |
5 ;; Mostly by William Schelter. | 5 ;; Mostly by William Schelter. |
6 ;; x86_64 support added by Jan Hubicka | 6 ;; x86_64 support added by Jan Hubicka |
7 ;; | 7 ;; |
8 ;; This file is part of GCC. | 8 ;; This file is part of GCC. |
9 ;; | 9 ;; |
10 ;; GCC is free software; you can redistribute it and/or modify | 10 ;; GCC is free software; you can redistribute it and/or modify |
(...skipping 5896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5907 (match_operand:QI 2 "general_operand" "qn,qm"))) | 5907 (match_operand:QI 2 "general_operand" "qn,qm"))) |
5908 (clobber (reg:CC FLAGS_REG))] | 5908 (clobber (reg:CC FLAGS_REG))] |
5909 "ix86_binary_operator_ok (PLUS, QImode, operands)" | 5909 "ix86_binary_operator_ok (PLUS, QImode, operands)" |
5910 "adc{b}\t{%2, %0|%0, %2}" | 5910 "adc{b}\t{%2, %0|%0, %2}" |
5911 [(set_attr "type" "alu") | 5911 [(set_attr "type" "alu") |
5912 (set_attr "pent_pair" "pu") | 5912 (set_attr "pent_pair" "pu") |
5913 (set_attr "mode" "QI")]) | 5913 (set_attr "mode" "QI")]) |
5914 | 5914 |
5915 (define_insn "addhi3_carry" | 5915 (define_insn "addhi3_carry" |
5916 [(set (match_operand:HI 0 "nonimmediate_operand" "=rm,r") | 5916 [(set (match_operand:HI 0 "nonimmediate_operand" "=rm,r") |
error: old chunk mismatch |
None
OLD | NEW |