aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-integer-promotion.qbe
blob: ab9d4a7b6e29a3e9336aa9479f5e459c7f198900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
function w $main() {
@start.1
@body.2
	%.1 =w neg 1
	%.2 =l mul 0, 1
	%.3 =l add $s, %.2
	%.4 =w loadw %.3
	%.5 =w shl %.4, 30
	%.6 =w shr %.5, 30
	%.7 =w csgtw %.1, %.6
	ret %.7
}
export data $s = align 4 { z 4 }