pub fn bitor<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the OR instruction.
Bitwise OR of two values from stack.
pub fn bitor<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the OR instruction.
Bitwise OR of two values from stack.