| 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 16429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16440 UNSPEC_TLS_GD)) | 16440 UNSPEC_TLS_GD)) |
| 16441 (clobber (match_scratch:SI 4 "=d")) | 16441 (clobber (match_scratch:SI 4 "=d")) |
| 16442 (clobber (match_scratch:SI 5 "=c")) | 16442 (clobber (match_scratch:SI 5 "=c")) |
| 16443 (clobber (reg:CC FLAGS_REG))] | 16443 (clobber (reg:CC FLAGS_REG))] |
| 16444 "!TARGET_64BIT && TARGET_SUN_TLS" | 16444 "!TARGET_64BIT && TARGET_SUN_TLS" |
| 16445 "lea{l}\t{%a2@DTLNDX(%1), %4|%4, %a2@DTLNDX[%1]} | 16445 "lea{l}\t{%a2@DTLNDX(%1), %4|%4, %a2@DTLNDX[%1]} |
| 16446 push{l}\t%4\;call\t%a2@TLSPLT\;pop{l}\t%4\;nop" | 16446 push{l}\t%4\;call\t%a2@TLSPLT\;pop{l}\t%4\;nop" |
| 16447 [(set_attr "type" "multi") | 16447 [(set_attr "type" "multi") |
| 16448 (set_attr "length" "14")]) | 16448 (set_attr "length" "14")]) |
| 16449 | 16449 |
error: old chunk mismatch |
None
| OLD | NEW |