aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-compound-assign.qbe
blob: 829f5f6e61465ad4b83d6761ed4f5de8690ceb45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export
function $f() {
@start.1
@body.2
	%.1 =l copy $s
	%.2 =l mul 0, 1
	%.3 =l add %.1, %.2
	%.4 =l copy %.3
	%.5 =w loadsw %.4
	%.6 =w shl %.5, 19
	%.7 =w sar %.6, 23
	%.8 =w add %.7, 3
	%.9 =w loaduw %.4
	%.10 =w and %.9, 18446744073709543439
	%.11 =w shl %.8, 4
	%.12 =w and %.11, 8176
	%.13 =w or %.10, %.12
	storew %.13, %.4
	ret
}
export data $s = align 4 { z 4 }