add right shift operators

This commit is contained in:
Folkert 2021-02-21 16:01:01 +01:00
parent 93359b88cb
commit 128741e585
6 changed files with 60 additions and 14 deletions

View file

@ -81,6 +81,8 @@ pub enum LowLevel {
NumBitwiseXor,
NumBitwiseOr,
NumShiftLeftBy,
NumShiftRightBy,
NumShiftRightZfBy,
Eq,
NotEq,
And,