aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-load-signed.qbe
blob: 386395c2a7e390f456c31b82511451400eec8053 (plain)
1
2
3
4
5
6
7
8
9
10
11
export
function $f() {
@start.1
@body.2
	%.1 =l add $s, 0
	%.2 =w loadw %.1
	%.3 =w shl %.2, 13
	%.4 =w sar %.3, 17
	ret
}
export data $s = align 4 { z 4 }