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