blob: 928e1fd587bd0b1426937ebd8ae5deb24d97af6b [file] [log] [blame]
x = a & b
x = a | b
x = a ^ b
x = ~ a
x = a << b
x = a >> b
x = a >>> b