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 19515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
19526 (define_expand "strmov" | 19526 (define_expand "strmov" |
19527 [(set (match_dup 4) (match_operand 3 "memory_operand" "")) | 19527 [(set (match_dup 4) (match_operand 3 "memory_operand" "")) |
19528 (set (match_operand 1 "memory_operand" "") (match_dup 4)) | 19528 (set (match_operand 1 "memory_operand" "") (match_dup 4)) |
19529 (parallel [(set (match_operand 0 "register_operand" "") (match_dup 5)) | 19529 (parallel [(set (match_operand 0 "register_operand" "") (match_dup 5)) |
19530 (clobber (reg:CC FLAGS_REG))]) | 19530 (clobber (reg:CC FLAGS_REG))]) |
19531 (parallel [(set (match_operand 2 "register_operand" "") (match_dup 6)) | 19531 (parallel [(set (match_operand 2 "register_operand" "") (match_dup 6)) |
19532 (clobber (reg:CC FLAGS_REG))])] | 19532 (clobber (reg:CC FLAGS_REG))])] |
19533 "" | 19533 "" |
19534 { | 19534 { |
19535 rtx adjust = GEN_INT (GET_MODE_SIZE (GET_MODE (operands[1]))); | 19535 rtx adjust = GEN_INT (GET_MODE_SIZE (GET_MODE (operands[1]))); |
error: old chunk mismatch |
None
OLD | NEW |