aboutsummaryrefslogtreecommitdiff
path: root/test/subtract-pointer.qbe
blob: 6c4bddea7239367e2c0946620174516c8ee165b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
function $f(l %.1, l %.3) {
@start.1
	%.2 =l alloc8 8
	storel %.1, %.2
	%.4 =l alloc8 8
	storel %.3, %.4
@body.2
	%.5 =l loadl %.2
	%.6 =l loadl %.4
	%.7 =l sub %.5, %.6
	%.8 =l div %.7, 4
	ret
}