summaryrefslogtreecommitdiff
path: root/tests/micropython/viper_binop_bitwise_uint.py.exp
blob: 3ad6469a2fc7891f04203b46aba8463c847c9bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
shl
1
1073741824
4294966272
shr
1
2
True
and
0 0
1 1
2 2
4294967294 4294967294
or
1 1
3 3
4294967295 4294967295
xor
1 1
2 2
4294967292 4294967292
2 2