pub fn sdiv<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the SDIV instruction.
Performs signed division of two values from stack.
pub fn sdiv<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the SDIV instruction.
Performs signed division of two values from stack.