This directory contains 6 workflows.
Performs a bitwise AND operation on two bytes to produce an output byte.
Performs a bitwise AND operation on two words to produce an output word.
Performs a bitwise OR operation on two bytes to produce an output byte.
Performs a bitwise OR operation on two words to produce an output word.
Performs a bitwise XOR operation on two bytes to produce an output byte.
Performs a bitwise XOR operation on two words to produce an output word.