aboutsummaryrefslogtreecommitdiff
path: root/tests/float-promote.qbe
blob: 052b1faf53e4f5e515583fdbd50cf3875038962a (plain)
1
2
3
4
5
6
7
8
9
10
11
export
function $f() {
@start.1
@body.2
	%.1 =d exts s_0x1p+0
	call $g1(d %.1)
	%.2 =d exts s_0x1p+0
	call $g2(w 0, d %.2, ...)
	call $g3(s s_0x1p+0)
	ret
}