aboutsummaryrefslogtreecommitdiff
path: root/tests/switch.qbe
blob: 73320a018512a7e0257f5c10576b26905f743b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
export
function $f() {
@start.1
@body.2
	jmp @switch_cond.3
@switch_case.5
	jmp @switch_join.4
@switch_case.6
	jmp @switch_join.4
@switch_case.7
	jmp @switch_join.4
@switch_default.8
	jmp @switch_join.4
@switch_case.9
	jmp @switch_join.4
@switch_case.10
	jmp @switch_join.4
@switch_cond.3
	%.1 =w cultw 0, 52
	jnz %.1, @switch_lt.11, @switch_ge.12
@switch_lt.11
	%.2 =w cultw 0, 3
	jnz %.2, @switch_lt.14, @switch_ge.15
@switch_lt.14
	%.3 =w cultw 0, 0
	jnz %.3, @switch_lt.17, @switch_ge.18
@switch_lt.17
	jmp @switch_default.8
@switch_ge.18
	%.4 =w cugtw 0, 0
	jnz %.4, @switch_gt.19, @switch_case.9
@switch_gt.19
	jmp @switch_default.8
@switch_ge.15
	%.5 =w cugtw 0, 3
	jnz %.5, @switch_gt.16, @switch_case.5
@switch_gt.16
	jmp @switch_default.8
@switch_ge.12
	%.6 =w cugtw 0, 52
	jnz %.6, @switch_gt.13, @switch_case.6
@switch_gt.13
	%.7 =w cultw 0, 18446744073709551613
	jnz %.7, @switch_lt.20, @switch_ge.21
@switch_lt.20
	%.8 =w cultw 0, 101
	jnz %.8, @switch_lt.23, @switch_ge.24
@switch_lt.23
	jmp @switch_default.8
@switch_ge.24
	%.9 =w cugtw 0, 101
	jnz %.9, @switch_gt.25, @switch_case.10
@switch_gt.25
	jmp @switch_default.8
@switch_ge.21
	%.10 =w cugtw 0, 18446744073709551613
	jnz %.10, @switch_gt.22, @switch_case.7
@switch_gt.22
	jmp @switch_default.8
@switch_join.4
	ret
}