Bitwise exclusive or (like C, i1 ^ i2).
function intBitXor input Integer i1; input Integer i2; output Integer o; end intBitXor;