libqbe/lisc/test/align.ssa

11 lines
131 B
Text
Raw Normal View History

2015-09-18 12:27:50 -04:00
function $test() {
2015-09-14 18:06:29 -04:00
@start
%x =l alloc16 16
%y =l add %x, 8
%m =w rem %y, 16
storew %m, %y
%n =w load %y
storew %n, $a
ret
}