summaryrefslogtreecommitdiff
path: root/gcc/config/arm/iwmmxt.md
diff options
context:
space:
mode:
authorramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-26 14:01:24 +0000
committerramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-26 14:01:24 +0000
commit9d4b6482a9ba64e8cc0aa29a09efb2ec6044232a (patch)
tree53320f6441b496cecc01c4c7071b75db89a417f7 /gcc/config/arm/iwmmxt.md
parentc8244d171188f1e8599405ae50403cad49d26750 (diff)
downloadgcc-9d4b6482a9ba64e8cc0aa29a09efb2ec6044232a.tar.gz
For Xinyu Qi - Fix define_constants for WCGR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/iwmmxt.md')
-rw-r--r--gcc/config/arm/iwmmxt.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/arm/iwmmxt.md b/gcc/config/arm/iwmmxt.md
index 9e79454ebd8..ac4867b0d29 100644
--- a/gcc/config/arm/iwmmxt.md
+++ b/gcc/config/arm/iwmmxt.md
@@ -18,12 +18,12 @@
;; along with GCC; see the file COPYING3. If not see
;; <http://www.gnu.org/licenses/>.
-;; Register numbers
+;; Register numbers. Need to sync with FIRST_IWMMXT_GR_REGNUM in arm.h
(define_constants
- [(WCGR0 43)
- (WCGR1 44)
- (WCGR2 45)
- (WCGR3 46)
+ [(WCGR0 96)
+ (WCGR1 97)
+ (WCGR2 98)
+ (WCGR3 99)
]
)