mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove ROL/ROR as they are not part of EIP145 anymore
This commit is contained in:
@@ -212,10 +212,6 @@ In the grammar, opcodes are represented as pre-defined identifiers.
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| sar(x, y) | | C | arithmetic shift right x by y bits |
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| ror(x, y) | | C | rotate right x by y bits |
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| rol(x, y) | | C | rotate left x by y bits |
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| addmod(x, y, m) | | F | (x + y) % m with arbitrary precision arithmetics |
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| mulmod(x, y, m) | | F | (x * y) % m with arbitrary precision arithmetics |
|
||||
|
||||
Reference in New Issue
Block a user