diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-09-06 03:55:36 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 16:57:38 +0000 |
commit | 809377aa52de87cb0cec987e614292c5d47f3d10 (patch) | |
tree | d2fa76c84d1ad7bf944368751f6ac492dff99e53 /target-xtensa/cpu.h | |
parent | 3580ecad0acf25a28464c145f2c74a929d0e57b1 (diff) |
target-xtensa: implement LSAI group
- base + offset load/store operations for 1/2/4 byte values;
- cache operations (not implemented);
- multiprocessor synchronization operations.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-xtensa/cpu.h')
-rw-r--r-- | target-xtensa/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-xtensa/cpu.h b/target-xtensa/cpu.h index f756b430aa..ac9bbb4cdc 100644 --- a/target-xtensa/cpu.h +++ b/target-xtensa/cpu.h @@ -107,6 +107,7 @@ enum { enum { SAR = 3, + SCOMPARE1 = 12, }; typedef struct XtensaConfig { |