diff --git a/rustdoc/o1vm/interpreters/riscv32im/constraints/struct.Env.html b/rustdoc/o1vm/interpreters/riscv32im/constraints/struct.Env.html
index c94a53bcc0..33db81bbd7 100644
--- a/rustdoc/o1vm/interpreters/riscv32im/constraints/struct.Env.html
+++ b/rustdoc/o1vm/interpreters/riscv32im/constraints/struct.Env.html
@@ -190,11 +190,11 @@
&mut self,
x: &Self::Variable,
position: Self::Position
-) -> Self::Variable
Assert that the value assert_equals_zero
is 0, and add a constraint in the proof system.
Assert that the values x
and y
are equal, and add a constraint in the proof system.
Assert that the value x
is boolean, and add a constraint in the proof system.
Set the general purpose register with index
idx
to
value
.
Read more
Assert that the value assert_equals_zero
is 0, and add a constraint in the proof system.
Assert that the values x
and y
are equal, and add a constraint in the proof system.
Assert that the value x
is boolean, and add a constraint in the proof system.
Set the general purpose register with index
idx
to
value
.
Read more
Set the last ‘access index’ for the general purpose register with index
idx
to
value
.
Read more
Set the last ‘access index’ for the general purpose register with index
idx
to
value
.
Read more
Access the general purpose register with index
idx
, adding constraints asserting that the
old value was
old_value
and that the new value will be
new_value
, if
if_is_true
is
-true.
Read more
Access the general purpose register with index
idx
, adding constraints asserting that the
-old value was
old_value
and that the new value will be
new_value
.
Read more
Access the memory address
addr
, adding constraints asserting that the old value was
-
old_value
and that the new value will be
new_value
.
Read more
Adds a lookup to the RangeCheck16Lookup table
Range checks with 2 lookups to the RangeCheck16Lookup table that a value
-is at most 2^bits
-1 (bits <= 16).
Adds a lookup to the ByteLookup table
Range checks with 2 lookups to the ByteLookup table that a value
-is at most 2^bits
-1 (bits <= 8).
Adds a lookup to the AtMost4Lookup table
Adds a lookup to the RangeCheck16Lookup table
Range checks with 2 lookups to the RangeCheck16Lookup table that a value
+is at most 2^bits
-1 (bits <= 16).
Adds a lookup to the ByteLookup table
Range checks with 2 lookups to the ByteLookup table that a value
+is at most 2^bits
-1 (bits <= 8).
Adds a lookup to the AtMost4Lookup table
Increases the heap pointer by by_amount
if if_is_true
is 1
, and returns the previous
-value of the heap pointer.
Given a variable x
, this function extends it to a signed integer of
+value of the heap pointer.
Given a variable x
, this function extends it to a signed integer of
bitlength
bits.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more