aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-load-unsigned.qbe
blob: cc764c939ce41be339a40015d9ca8bb824913167 (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 shr %.3, 17
	ret
}
export data $s = align 4 { z 4 }