aboutsummaryrefslogtreecommitdiff
path: root/test/uint64-to-float.qbe
blob: 6542c292ba9fcd16ccf51e8255d7842d99aadf8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export
function s $f() {
@start.1
@body.2
	%.1 =l call $g()
	%.2 =w csltl %.1, 0
	jnz %.2, @utof_big.4, @utof_small.3
@utof_small.3
	%.3 =s sltof %.1
	jmp @utof_join.5
@utof_big.4
	%.4 =l and %.1, 1
	%.5 =l shr %.1, 1
	%.6 =l or %.5, %.4
	%.7 =s sltof %.6
	%.8 =s add %.7, %.7
@utof_join.5
	%.9 =s phi @utof_small.3 %.3, @utof_big.4 %.8
	ret %.9
}