Function sdiv

Source
pub fn sdiv<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the SDIV instruction.

Performs signed division of two values from stack.