summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/jib.ott42
1 files changed, 25 insertions, 17 deletions
diff --git a/language/jib.ott b/language/jib.ott
index 4ab0e22e..058c50d2 100644
--- a/language/jib.ott
+++ b/language/jib.ott
@@ -57,25 +57,33 @@ name :: '' ::=
| return nat :: :: return
op :: '' ::=
- | not :: :: bnot
- | hd :: :: list_hd
- | tl :: :: list_tl
- | bit_to_bool :: :: bit_to_bool
- | eq :: :: eq
- | neq :: :: neq
+ | not :: :: bnot
+ | hd :: :: list_hd
+ | tl :: :: list_tl
+ | bit_to_bool :: :: bit_to_bool
+ | eq :: :: eq
+ | neq :: :: neq
% Integer ops
- | lt :: :: ilt
- | lteq :: :: ilteq
- | gt :: :: igt
- | gteq :: :: igteq
- | add :: :: iadd
- | sub :: :: isub
+ | lt :: :: ilt
+ | lteq :: :: ilteq
+ | gt :: :: igt
+ | gteq :: :: igteq
+ | add :: :: iadd
+ | sub :: :: isub
% Bitvector ops
- | bvor :: :: bvor
- | bvand :: :: bvand
- | concat :: :: concat
- | zero_extend nat :: :: zero_extend
- | sign_extend nat :: :: sign_extend
+ | bvnot :: :: bvnot
+ | bvor :: :: bvor
+ | bvand :: :: bvand
+ | bvxor :: :: bvxor
+ | bvadd :: :: bvadd
+ | bvsub :: :: bvsub
+ | bvaccess :: :: bvaccess
+ | concat :: :: concat
+ | zero_extend nat :: :: zero_extend
+ | sign_extend nat :: :: sign_extend
+ | slice nat :: :: slice
+ | sslice nat :: :: sslice
+ | replicate nat :: :: replicate
cval :: 'V_' ::=
| name : ctyp :: :: id