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 6061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6072 (match_operand:SI 2 "register_operand" "r")) | 6072 (match_operand:SI 2 "register_operand" "r")) |
6073 (match_operand:SI 3 "x86_64_immediate_operand" "e"))))] | 6073 (match_operand:SI 3 "x86_64_immediate_operand" "e"))))] |
6074 "TARGET_64BIT" | 6074 "TARGET_64BIT" |
6075 "#" | 6075 "#" |
6076 "&& reload_completed" | 6076 "&& reload_completed" |
6077 [(set (match_dup 0) | 6077 [(set (match_dup 0) |
6078 (zero_extend:DI (subreg:SI (plus:DI (plus:DI (match_dup 1) | 6078 (zero_extend:DI (subreg:SI (plus:DI (plus:DI (match_dup 1) |
6079 (match_dup 2)) | 6079 (match_dup 2)) |
6080 (match_dup 3)) 0)))] | 6080 (match_dup 3)) 0)))] |
6081 { | 6081 { |
error: old chunk mismatch |
None
OLD | NEW |