aboutsummaryrefslogtreecommitdiff
path: root/test/uint32-to-float.qbe
blob: 0e905312a3015607623aac0e20a548edc68f6464 (plain)
1
2
3
4
5
6
7
8
9
export
function s $f() {
@start.1
@body.2
	%.1 =w call $g()
	%.2 =l extuw %.1
	%.3 =s sltof %.2
	ret %.3
}