diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-09-06 03:55:54 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 16:57:40 +0000 |
commit | 4dd85b6b638c40e68fbc5b6046b27d0ef3627d7c (patch) | |
tree | 5d14f254a39ba68faef7a55267165b996ee3493f /target-xtensa/cpu.h | |
parent | b67ea0cd74417b42482499c29feb90914fbf8097 (diff) |
target-xtensa: implement boolean option
See ISA, 4.3.9
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 14d62fa3cd..339075dda1 100644 --- a/target-xtensa/cpu.h +++ b/target-xtensa/cpu.h @@ -110,6 +110,7 @@ enum { LEND = 1, LCOUNT = 2, SAR = 3, + BR = 4, LITBASE = 5, SCOMPARE1 = 12, WINDOW_BASE = 72, |